{% extends 'django_tables2/bootstrap-responsive.html' %} {% load django_tables2 %} {# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #} {% block pagination %} {% if not hide_paginator %} {% include 'table_paginator.html' %} {% endif %} {% endblock pagination %}