1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

11 lines
331 B
HTML
Raw Normal View History

2017-05-03 14:32:27 -04:00
{% extends 'django_tables2/bootstrap-responsive.html' %}
2016-03-01 11:23:03 -05:00
{% 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 %}
2016-03-01 11:23:03 -05:00
{% endblock pagination %}