{% 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 %} |
Group | {{ object.group|hyperlinked_object }} |
VLAN ID | {{ object.vid }} |
Name | {{ object.name }} |
Tenant | {% if object.tenant and object.tenant.group %} {{ object.tenant.group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }} |
Status | {{ object.get_status_display }} |
Role | {{ object.role|hyperlinked_object }} |
Description | {{ object.description|placeholder }} |