wip: insurance booking

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 8af7f0e797
commit 4ba81b8f03
19 changed files with 807 additions and 128 deletions
+11
View File
@@ -94,6 +94,8 @@
'hx-swap': 'none'
}
}) }}
{% else %}
<div></div>{# Empty div to maintain grid layout when skipass not available #}
{% endif %}
{% if participant.courses is defined %}
{{ form_row(participant.courses, {
@@ -140,6 +142,15 @@
}
}) }}
{% endif %}
{% if participant.insurance is defined %}
{{ form_row(participant.insurance, {
'attr': {
'hx-trigger': 'change',
'hx-post': path('app_booking_create_step_2_refresh'),
'hx-swap': 'none'
}
}) }}
{% endif %}
</div>
{# Transportation Services Section #}