{% extends 'dcim/module/base.html' %} {% load helpers %} {% load static %} {% block content %}
{% csrf_token %}
Rear Ports
{% if request.user.is_authenticated %} {% table_config_button_small rearport_table %} {% endif %}
{% include 'responsive_table.html' with table=rearport_table %}
{% table_config_form rearport_table %} {% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}