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