{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% if object.vrf %}
| Family | IPv{{ object.family }} |
| Type | {{ object.get_type_display }} |
| VRF | {% if object.vrf %} {{ object.vrf|hyperlinked_object }} ({{ object.vrf.rd }}) {% else %} Global {% endif %} |
| Tenant | {% if object.tenant and object.tenant.tenant_group %} {{ object.tenant.tenant_group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }} |
| Location | {% include 'dcim/inc/location_hierarchy.html' with location=object.location %} |
| VLAN | {% if object.vlan and object.vlan.vlan_group %} {{ object.vlan.vlan_group|hyperlinked_object }} / {% endif %} {{ object.vlan|hyperlinked_object }} |
| Status | {{ object.status| hyperlinked_object_with_color }} |
| Role | {{ object.role | hyperlinked_object_with_color }} |
| RIR | {{ object.rir|hyperlinked_object }} |
| Date Allocated | {{ object.date_allocated|placeholder }} |
| Description | {{ object.description|placeholder }} |
| Utilization | {% utilization_graph object.get_utilization %} |