{% extends 'generic/object.html' %} {% block title %}{{ object }} - VLANs{% endblock %} {% block controls %} {% if perms.ipam.add_vlan and first_available_vlan %} Add a VLAN {% endif %} {% if perms.ipam.change_vlangroup %} Edit this VLAN Group {% endif %} {% endblock %} {% block breadcrumbs %} {% if object.site %} {% endif %} {% endblock %} {% block content %}
{% 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' %}
{% endblock %}