{% import _self as macros %} {# Macro to render a field or placeholder with consistent fieldset structure #} {% macro service_field(form, fieldName, label, options = {}, undefinedLabel = 'Nicht wählbar') %} {% if form[fieldName] is defined %} {{ form_row(form[fieldName], options) }} {% else %}
{% endif %} {% endmacro %} {# Specialized macro for checkbox fields (like rental insurance) that need manual fieldset wrapping #} {% macro checkbox_field(form, fieldName, label, options = {}, undefinedLabel = 'Nicht wählbar') %} {% if form[fieldName] is defined %} {% else %} {% endif %} {% endmacro %} {# Standalone participant form view (replaces main content area) #} {% block participant_form %} {% import _self as macros %}Leistungen sind erst nach Angabe des Geburtsdatums buchbar
Buchung wegen des Alters von Teilnehmer:in {{ participantIndex + 1 }} nicht möglich