{% extends 'django_tables2/table.html' %} {% block table.thead %} {% if table.show_header and table.table_caption %} {{ table.table_caption }} {% endif %} {{ block.super }} {% endblock table.thead %} {% block pagination %} {% include 'generic_views/partial/paginator.html' with page_obj=table.page page_kwarg=table.prefixed_page_field table_export=table.table_export per_page_field=table.prefixed_per_page_field %} {% endblock %}