{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% if object.location %}
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 }} |