{% extends 'dcim/device/base.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% load static %} {% block content %}
{% csrf_token %}
Front Ports
{% if request.user.is_authenticated %} {% endif %}
{% render_table frontport_table 'inc/table.html' %}
{% table_config_form frontport_table %} {% endblock %} {% block javascript %} {% endblock %}