{% extends 'config/base.html.j2' %} {% block config_base %} {% if is_xhr is not defined %}
{% endif %}

{{ description|safe }}

{% include '_messages.html.j2' %} {% for field in form.active_fields %} {% include '_field.html.j2' %} {% endfor %}
{% trans %}Discard changes{% endtrans %}
{% if is_xhr is not defined %}
{% endif %} {% endblock %}