{# vim: set syntax=htmldjango: #} {% extends "django_tables2/table.html" %} {% comment %} django-tables 1.2.7 introduced some changes to their pagination footer which I wasn't fond of (specifically they got rid of the "X of Y item(s)" text). This custom template just overrides that block to revert back to 1.2.6 behavior. Since I want to implement a pagination system which lets you go directly to various page numbers anyway, it'll be nice to have this in place... {% endcomment %} {% load django_tables2 %} {% load i18n %} {% block pagination %} {% endblock pagination %}