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

{% block title %}Power Connections{% endblock %}

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