wip: additional services with constraints

This commit is contained in:
Björn Fromme
2025-07-25 18:12:55 +02:00
parent 2ec61d5086
commit 9c5597eb23
28 changed files with 141 additions and 63 deletions
@@ -53,6 +53,15 @@
{% if participant.courses is defined %}
{{ form_row(participant.courses) }}
{% endif %}
{% if participant.additionalServices is defined %}
{{ form_row(participant.additionalServices) }}
{% endif %}
{% if participant.rentals is defined %}
{{ form_row(participant.rentals) }}
{% endif %}
{% if participant.board is defined %}
{{ form_row(participant.board) }}
{% endif %}
</div>
</div>
</fieldset>