{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% if object.vlan_group %}
Locations |
{% for location in object.locations.all %}
{{ location|hyperlinked_object }} {% empty %} None {% endfor %} |
VLAN Group | {{ object.vlan_group|hyperlinked_object }} |
VLAN ID | {{ object.vid }} |
Name | {{ object.name }} |
Status | {{ object.status| hyperlinked_object_with_color }} |
Role | {{ object.role | hyperlinked_object_with_color }} |
Description | {{ object.description|placeholder }} |