{% extends "network/base.html" %} {% load render_table from django_tables2 %} {% load i18n %} {% load l10n %} {% load staticfiles %} {% load crispy_forms_tags %} {% block title-page %}{{ form.name.value }} | {% trans "vlan" %}{% endblock %} {% block content %}
{% crispy form %}
{% render_table host_list %} {% render_table dhcp_list %} {% include "dashboard/_manage_access.html" with table_id="vlan-access-table" %}
{% endblock %}