{% extends 'django_tables2/bootstrap.html' %} {% block table-wrapper %}
{% block table %} {{ block.super }} {% endblock table %} {% block pagination %} {% if table.page and table.paginator.num_pages > 1 %} {{ block.super }} {% endif %} {% endblock pagination %}
{% endblock table-wrapper %}