{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load static %} {% load plugins %} {% block header %}
{% plugin_buttons object %} {% if perms.dcim.change_powerpanel %} {% edit_button object %} {% endif %} {% if perms.dcim.delete_powerpanel %} {% delete_button object %} {% endif %}

{% block title %}{{ object }}{% endblock %}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Power Panel
Site {{ object.site }}
Rack Group {% if object.rack_group %} {{ object.rack_group }} {% 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 %}