{% extends 'dcim/device/base.html' %} {% load render_table from django_tables2 %} {% load static %} {% load helpers %} {% block content %}
{% csrf_token %} {% include 'inc/table_controls.html' with table_modal="DeviceRearPortTable_config" %} {% render_table rearport_table 'inc/table.html' %}
{% if perms.dcim.change_rearport %} {% endif %} {% if perms.dcim.delete_rearport %} {% endif %}
{% if perms.dcim.add_rearport %} {% endif %}
{% include 'inc/paginator.html' with paginator=rearport_table.paginator page=rearport_table.page %} {% table_config_form rearport_table %} {% endblock %}