{% extends 'layout_booking.html.twig' %} {% block title %}Buchung bestätigen{% endblock %} {% block background %}bg-outer bg-outer--summer{% endblock %} {% block content %} {# Pagination - mobile only (above summary) #}
{% include 'groups/booking/_pagination.html.twig' with { 'current_step': 4 } %}
{# Static sidebar recap #}
{% include 'groups/booking/_summary.html.twig' with { 'dto': dto, 'ctx': ctx } %}
{# Confirmation recap #}
{% include '_partials/_flashes.html.twig' %} {# Pagination - desktop only (fixed above scrollable content) #}

Bitte bestätige deine Angaben

{% if dto.isInquiry %} {% include '_partials/_alert.html.twig' with { level: 'warning', title: 'Diese Buchung wird als unverbindliche Anfrage behandelt', messages: dto.inquiryReasons } %} {% endif %} {% include 'groups/booking/_step4_services_recap.html.twig' with { 'dto': dto, 'ctx': ctx } %} {% include 'groups/booking/_step4_personal_data_recap.html.twig' with { 'dto': dto } %}
Zurück
{% endblock %}