{% if keepdata %} {# keepdata does not output the previously entered values to the user, so pretend to not have any value stored! #} {% include "forms/form-fields.html" with {"formfields": groups[0], "index": 0, "formid": formid, "form_css": form_css, "is_multiform": is_multiform, "multiform_orientation": multiform_orientation, "keepdata": keepdata} %} {% else %} {% for index, formfields in groups %} {% include "forms/form-fields.html" with {"formfields": formfields, "index": index, "formid": formid, "form_css": form_css, "is_multiform": is_multiform, "multiform_orientation": multiform_orientation, "keepdata": keepdata} %} {% endfor %} {% endif %} {% if is_multiform %}
{% if submitmanually %}
{% endif %} {% endif %}