{% extends "django_tables2/table.html" %} {% load django_tables2 %} {% block table %} {% if table.is_configured %}

{{ table_title }}

{{ table_subtitle }}

{% for label, format in table.formats %} {% endfor %}
{% endif %} {{ block.super }} {% endblock table %} {% block pagination %}
{% endblock %}