{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% if object.location %} {% endif %} {% endblock %} {% block content %}
Power Panel
Site {{ object.site }}
Location {% if object.location %} {{ object.location }} {% else %} None {% endif %}
{% plugin_left_page object %}
{% include 'inc/custom_fields_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='dcim:powerpanel_list' %} {% plugin_right_page object %}
{% include 'panel_table.html' with table=powerfeed_table heading='Connected Feeds' %} {% plugin_full_width_page object %}
{% endblock %}