{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% if object.vrf %}
Family | IPv{{ object.family }} |
VRF | {% if object.vrf %} {{ object.vrf|hyperlinked_object }} ({{ object.vrf.rd }}) {% else %} Global {% endif %} |
Tenant | {% if object.tenant and object.tenant.group %} {{ object.tenant.group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }} |
Aggregate | {% if aggregate %} {{ aggregate|hyperlinked_object }} ({{ aggregate.rir }}) {% else %} None {% endif %} |
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 | {% if object.vlan and object.vlan.group %} {{ object.vlan.group|hyperlinked_object }} / {% endif %} {{ object.vlan|hyperlinked_object }} |
Status | {{ object.get_status_display }} |
Role | {{ object.role|hyperlinked_object }} |
Description | {{ object.description|placeholder }} |
Is a pool | {{ object.is_pool | render_boolean }} |
Utilization | {% utilization_graph object.get_utilization %} |