{% extends 'generic/object_detail.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block buttons %} {% plugin_buttons object %} {% if perms.ipam.add_vlangroup %} {% clone_button object %} {% endif %} {% if perms.ipam.change_vlangroup %} {% edit_button object key="pk" %} {% endif %} {% if perms.ipam.delete_vlangroup %} {% delete_button object key="pk" %} {% endif %} {% endblock buttons %} {% block content_left_page %}
| Description | {{ object.description|placeholder }} |
| Site | {{ object.site|hyperlinked_object }} |
| Location | {% include 'dcim/inc/location_hierarchy.html' with location=object.location %} |
| VLANs | {{ vlans_count }} |