{% extends '_base.html' %} {% block content %}
{% if perms.dcim.change_consoleport %} Import connections {% endif %} {% include 'inc/export_button.html' with obj_type='connections' %}

{% block title %}Console Connections{% endblock %}

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