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

{% block title %}VLANs{% endblock %}

{% 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' %}
{% endblock %}