{% extends '_base.html' %} {% block title %}Power Connections{% endblock %} {% block content %}
{% if perms.dcim.change_powerport %} Import connections {% endif %} {% include 'inc/export_button.html' with obj_type='connections' %}

Power Connections

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