{% extends '_base.html' %} {% load helpers %} {% block title %}VLAN Groups{% endblock %} {% block content %}
{% if perms.ipam.add_vlangroup %} Add a VLAN group {% endif %}

VLAN Groups

{% include 'utilities/obj_table.html' with bulk_delete_url='ipam:vlangroup_bulk_delete' %}
{% include 'inc/search_panel.html' %}
{% endblock %}