{% if not is_multiform %}
{% if field.getAttributesJsonDecoded()['headline'] is not empty %} <{{ field.getAttributesJsonDecoded()['headlineType'] }} class="w-100 {{ field.getAttributesJsonDecoded()['headlineCss'] }} {% if field.getAttributesJsonDecoded()['headlinePosition'] == "center" %}text-center{% elseif field.getAttributesJsonDecoded()['headlinePosition'] == "right"%}text-right{% else %}text-left{% endif %} ">{{ field.getAttributesJsonDecoded()['headline'] }} {% endif %} {% for heading in field.getAttributesJsonDecoded()['headings'] %} {% endfor %} {% for key, el in field.getAttributesJsonDecoded()['questions'] %} {% for heading in field.getAttributesJsonDecoded()['headings'] %} {% endfor %} {% endfor %} {% if field.getAttributesJsonDecoded()['headingsPositionRepeatBottom'] %} {% for heading in field.getAttributesJsonDecoded()['headings'] %} {% endfor %} {% endif %}
{{ field.getAttributesJsonDecoded()['questionHeadline'] }} <{{ field.getAttributesJsonDecoded()['headingsType'] }} class="w-100 m-auto {{ field.getAttributesJsonDecoded()['headingsCss'] }} {% if field.getAttributesJsonDecoded()['headingsPositionRotate'] %}table-cell-rotate{% endif %}"> {{ heading['text'] }}
<{{ field.getAttributesJsonDecoded()['questionType'] }} class="m-0 {{ field.getAttributesJsonDecoded()['questionCss'] }} ">{{ el['question'] }} {% if field.getAttributesJsonDecoded()['required'] %}
Eine Option muss gewählt werden.
{% endif %}
{{ field.getAttributesJsonDecoded()['questionHeadline'] }} <{{ field.getAttributesJsonDecoded()['headingsType'] }} class="{{ field.getAttributesJsonDecoded()['headingsCss'] }} {% if field.getAttributesJsonDecoded()['headingsPositionRotate'] %}table-cell-rotate{% endif %}"> {{ heading['text'] }}
{% if saveOnceDisable %} Sie haben dieses Formular am {{ saveOnceDate|date("d.m.Y") }} um {{ saveOnceDate|date("H:i") }} Uhr bereits gespeichert. {% endif %}
{% else %} {% endif %} {% if field.getAttributesJsonDecoded()['headingsPositionRotateOnMobile'] %} {% endif %}