{% extends 'dcim/device/base.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% load static %} {% block content %}
{% include 'inc/paginator.html' with paginator=devicebay_table.paginator page=devicebay_table.page %} {% table_config_form devicebay_table %} {% endblock %}