{# Summary - hidden on mobile, visible on desktop #}
{% include 'booking/_summary.html.twig' with {
'bookingCreateDto': bookingDto,
'summaryData': summaryData,
'mutableData': mutableData|default(null)
} %}
{# Form area - full width mobile, 3 cols desktop #}
{# Header - desktop only #}
Buchung bearbeiten
{# Flash messages - must be inside main-content for HTMX swap to display them #}
{% include '_partials/_flashes.html.twig' %}
{% include 'booking/_participant_form.html.twig' %}