{% extends "base.html" %} {% load django_tables2 i18n %} {% block content %} {% if user.registration.is_volunteer %} {% trans "Add organizer" %}
{% endif %} {% render_table table %} {% endblock %}