{{ legend }}
{% for field in adapter_form.fields %}
{# {{ generate_help_tooltip(field) }}#}
{{ field | safe }}

{% for error in field.errors %} {{ error }} {% endfor %}

{% endfor %}
{% if include_previous_button %} {% endif %} {% if include_next_button %} {% endif %} {% if include_apply_button %} {% endif %}