{% extends 'generic/object_retrieve.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 }} |
| 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 %} |