{% 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 %} {% if export_templates %}
{% endif %}

VLANs

{% include 'ipam/inc/vlan_table.html' %}
Search by ID
{% include 'inc/filter_panel.html' %}
{% endblock %}