{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block title %}Interface Connections{% endblock %} {% block content %}
{% if perms.dcim.add_interfaceconnection %} Import connections {% endif %} {% include 'inc/export_button.html' with obj_type='connections' %}

Interface Connections

{% render_table table 'table.html' %}
{% include 'inc/filter_panel.html' %}
{% endblock %}