{% extends 'generic/object_retrieve.html' %} {% load buttons %} {% load plugins %} {% load helpers %} {% load tz %} {% block extra_breadcrumbs %} {% for ancestor in object.ancestors %}
| Location Type | {{ object.location_type|hyperlinked_object:"name" }} |
| Status | {{ object.status| hyperlinked_object_with_color }} |
| Hierarchy | {% include 'dcim/inc/location_hierarchy.html' with location=object %} |
| Facility | {{ object.facility|placeholder }} |
| AS Number | {{ object.asn|placeholder }} |
| Time Zone |
{% if object.time_zone %}
{{ object.time_zone }} (UTC {{ object.time_zone|tzoffset }}) Local time: {% timezone object.time_zone %}{% now "SHORT_DATETIME_FORMAT" %}{% endtimezone %} {% else %} — {% endif %} |
| Description | {{ object.description|placeholder }} |
| Children | {% if object.children.all %} {{ children_table.rows|length }} {% else %} {{ None|placeholder }} {% endif %} |
| Physical Address | {% if object.physical_address %} {{ object.physical_address|linebreaksbr }} {% else %} — {% endif %} |
| Shipping Address | {{ object.shipping_address|linebreaksbr|placeholder }} |
| GPS Coordinates | {% if object.latitude and object.longitude %} {{ object.latitude }}, {{ object.longitude }} {% else %} — {% endif %} |
| Contact Name | {{ object.contact_name|placeholder }} |
| Contact Phone | {{ object.contact_phone|hyperlinked_phone_number }} |
| Contact E-Mail | {{ object.contact_email|hyperlinked_email }} |
Racks
Devices
Prefixes
VLANs
Circuits
Virtual Machines
| {{ rg }} | {{ rg.rack_count }} |
| All racks | {{ stats.rack_count }} |