{% extends 'generic/object_detail.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 %} |
Tenant | {% if object.tenant and object.tenant.tenant_group %} {{ object.tenant.tenant_group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_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.location_type.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 | {% if object.contact_phone %} {{ object.contact_phone }} {% else %} — {% endif %} |
Contact E-Mail | {% if object.contact_email %} {{ object.contact_email }} {% else %} — {% endif %} |
Racks
Devices
Prefixes
VLANs
Circuits
Virtual Machines
{{ rg }} | {{ rg.rack_count }} |
All racks | {{ stats.rack_count }} |