{% if field.getAttributesJsonDecoded()['title'] is not empty %}
{% endif %}
{% for key, el in field.getAttributesJsonDecoded()['elements'] %}
{% endfor %}
{% if field.getAttributesJsonDecoded()['required'] %}
Ein Radio-Button muss ausgewählt werden.
{% endif %}
{% if saveOnceDisable %}
Sie haben dieses Formular am {{ saveOnceDate|date("d.m.Y") }} um {{ saveOnceDate|date("H:i") }} Uhr bereits gespeichert.
{% endif %}