{% extends 'config/base.html.j2' %} {% block config_base %} {% if is_xhr is not defined %}
{% if interface_count < 1 %} {% include "config/_no_interface_warning.html.j2" %} {% elif interface_up_count < 1 %} {% include "config/_no_interface_up_warning.html.j2" %} {% endif %} {% endif %} {% include '_messages.html.j2' %}

{{ description|safe }}

{% if form.errors %}

{{ form.render_errors()|safe }}

{% endif %} {% for field in form.active_fields %} {% include '_field.html.j2' %} {% endfor %}
{% trans %}Discard changes{% endtrans %}
{% if is_xhr is not defined %}
{% if form.current_data["guest_dhcp_enabled"] %} {% include "config/_dhcp_clients_table.html.j2" %} {% endif %} {% endif %} {% endblock %}