{% extends '_base.html' %} {% load buttons %} {% block content %}
{% if perms.dcim.change_consoleport %} {% import_button 'dcim:console_connections_import' %} {% endif %} {% export_button content_type %}

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

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