{% extends 'generic/object_detail.html' %} {% load buttons %} {% load helpers %} {% block content_left_page %}
Description | {{ object.description|placeholder }} |
Parent | {{ object.parent|hyperlinked_object }} |
Site | {% if object.site.region %} {{ object.site.region|hyperlinked_object }} / {% endif %} {{ object.site|hyperlinked_object }} |
Location | {% include 'dcim/inc/location_hierarchy.html' with location=object.location %} |
Racks | {{ rack_table.rows|length }} |