{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block title %}VLANs{% endblock %} {% block content %}
{% if perms.ipam.add_vlan %} Add a VLAN Import VLANs {% endif %} {% include 'inc/export_button.html' with obj_type='VLANs' %}

VLANs

{% include 'utilities/obj_table.html' with bulk_edit_url='ipam:vlan_bulk_edit' bulk_delete_url='ipam:vlan_bulk_delete' %}
{% include 'inc/search_panel.html' %} {% include 'inc/filter_panel.html' %}
{% endblock %}