{% extends 'config/base.html.j2' %} {% block config_base %} {% if is_xhr is not defined %}
{% endif %}
{% include '_messages.html.j2' %} {% for section in form.sections %} {% if section.description %}

{{ section.title|safe }}

{{ section.description|safe }}

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