{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %}
  • {{ object.site|hyperlinked_object }}
  • {% if object.rack_group %}
  • {{ object.rack_group|hyperlinked_object }}
  • {% endif %} {% endblock extra_breadcrumbs %} {% block content_left_page %}
    Power Panel
    Site {{ object.site|hyperlinked_object }}
    Location {% include 'dcim/inc/location_hierarchy.html' with location=object.location %}
    Rack Group {{ object.rack_group|hyperlinked_object }}
    {% endblock content_left_page %} {% block content_full_width_page %} {% include 'panel_table.html' with table=powerfeed_table heading='Connected Feeds' %} {% endblock content_full_width_page %}