{% extends '_base.html' %} {% 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

{% include 'responsive_table.html' %}
{% include 'inc/search_panel.html' %}
{% endblock %}