{% extends 'generic/object_detail.html' %} {% load helpers %} {% block breadcrumbs %}
Namespace | {{ object.namespace|hyperlinked_object }} |
IP Version | IPv{{ object.ip_version }} |
Status | {{ object.status| hyperlinked_object_with_color }} |
Role | {{ object.role | hyperlinked_object_with_color }} |
Type | {{ object.get_type_display }} |
Tenant | {% if object.tenant and object.tenant.tenant_group %} {{ object.tenant.tenant_group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }} |
Locations |
{% for location in object.locations.all %}
{{ location|hyperlinked_object }} {% empty %} None {% endfor %} |
VLAN | {% if object.vlan and object.vlan.vlan_group %} {{ object.vlan.vlan_group|hyperlinked_object }} / {% endif %} {{ object.vlan|hyperlinked_object }} |
RIR | {{ object.rir|hyperlinked_object }} |
Date Allocated | {{ object.date_allocated|placeholder }} |
Description | {{ object.description|placeholder }} |
Utilization | {% utilization_graph object.get_utilization %} |