{% extends 'dcim/device/base.html' %} {% load render_table from django_tables2 %} {% load static %} {% load helpers %} {% block content %}
{% csrf_token %}
Rear Ports
{% if request.user.is_authenticated %} {% endif %}
{% render_table rearport_table 'inc/table.html' %}
{% include 'inc/paginator.html' with paginator=rearport_table.paginator page=rearport_table.page %} {% table_config_form rearport_table %} {% endblock %}