{% extends 'dcim/module/base.html' %} {% load helpers %} {% load static %} {% block drawer %} {% table_config_form frontport_table %} {% endblock %} {% block content %}
{% csrf_token %}
Front Ports
{% include 'responsive_table.html' with table=frontport_table %}
{% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}