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

{% render_table table 'table.html' %}
{% include 'inc/filter_panel.html' %}
{% endblock %}