{% if has_check_page_refresh %} {% endif %} {{ get_hidden_inputs('', '', 0, 'server') }} {{ get_hidden_fields(hidden_fields, '', true) }}
{% for form in forms %}
{{ form.descriptions.name }}
{% if form.descriptions.desc is not empty %}
{{ form.descriptions.desc|raw }}
{% endif %}
{{ form.descriptions.name }} {# This must match with displayErrors() in scripts.js #} {% if form.errors is iterable and form.errors|length > 0 %}
{% for error in form.errors %}
{{ error }}
{% endfor %}
{% endif %} {{ form.fields_html|raw }}
{% if show_buttons %} {% endif %}
{% endfor %}