table.html 258 B

12345678
  1. {% extends 'django_tables2/table.html' %}
  2. {% load django_tables2 %}
  3. {# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #}
  4. {% block pagination %}
  5. {% include 'paginator.html' %}
  6. {% endblock pagination %}