{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% for ancestor in object.ancestors %}
Location Type | {{ object.location_type|hyperlinked_object:"name" }} |
Status | {{ object.get_status_display }} |
Hierarchy | {% include 'dcim/inc/location_hierarchy.html' with location=object %} |
Tenant | {% if object.tenant and object.tenant.group %} {{ object.tenant.group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }} |
Description | {{ object.description|placeholder }} |
Children | {% if object.location_type.children.all %} {{ children_table.rows|length }} {% else %} {{ None|placeholder }} {% endif %} |
Racks
Devices
Prefixes
VLANs
Circuits
Virtual Machines
{{ rg }} | {{ rg.rack_count }} |
All racks | {{ stats.rack_count }} |