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