{% extends "base.html" %} {% load django_tables2 i18n %} {% block content %} {% render_table table %} {% if type == "organizers" and user.admin %}
{% trans "Add an organizer" %} {% endif %} {% endblock %}