{% extends 'generic/object_detail.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block content_left_page %}
VLAN Group
Description {{ object.description|placeholder }}
Site {{ object.site|hyperlinked_object }}
Location {% include 'dcim/inc/location_hierarchy.html' with location=object.location %}
VLANs {{ vlans_count }}
{% endblock content_left_page %} {% block content_right_page %} {% include 'utilities/obj_table.html' with table=vlan_table table_template='panel_table.html' heading='VLANs' bulk_edit_url='ipam:vlan_bulk_edit' bulk_delete_url='ipam:vlan_bulk_delete' vlan_group=object %} {% endblock content_right_page %}