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

{{ table_title }}

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