{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% if object.site %}
| Site | {% if object.site and object.site.region %} {{ object.site.region|hyperlinked_object }} / {% endif %} {{ object.site|hyperlinked_object }} |
| Location | {% include 'dcim/inc/location_hierarchy.html' with location=object.location %} |
| VLAN Group | {{ object.vlan_group|hyperlinked_object }} |
| VLAN ID | {{ object.vid }} |
| Name | {{ object.name }} |
| Tenant | {% if object.tenant and object.tenant.tenant_group %} {{ object.tenant.tenant_group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }} |
| Status | {{ object.status| hyperlinked_object_with_color }} |
| Role | {{ object.role | hyperlinked_object_with_color }} |
| Description | {{ object.description|placeholder }} |