wip: additional services with constraints

This commit is contained in:
Björn Fromme
2026-03-16 11:59:09 +01:00
parent 4b92f56ed7
commit 0f7d95d31b
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>