{% include 'booking/_pagination.html.twig' with { 'current_step': 3 } %}
{% block booking_summary %}
{% include 'booking/_summary.html.twig' with {
'bookingDto': bookingCreateContext.bookingDto,
'summaryData': bookingCreateContext.summaryData
} %}
{% endblock %}
{% block form %}
{# Flash messages - must be inside form-wrapper for HTMX swap to display them #}
{% include '_partials/_flashes.html.twig' %}
{# Pagination - desktop only (fixed above scrollable content) #}
{% include 'booking/_pagination.html.twig' with { 'current_step': 3 } %}
Zahlungsart
{# Payment method selection with HTMX #}
{{ form_row(form.paymentMethod) }}
{# Bank account section - conditionally rendered #}
{% if form.bankAccount is defined %}