{% extends 'layout_booking.html.twig' %} {% block title %}Schritt 1: Reisezeitraum wählen{% 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': 1 } %}
{# Sidebar summary #}
{% include 'groups/booking/_summary.html.twig' with { 'dto': dto, 'ctx': ctx } %}
{# Calendar #}
{% include '_partials/_flashes.html.twig' %} {# Pagination - desktop only (fixed above scrollable content) #}

Gewünschter Zeitraum

{# Calendar mount — HTMX loads the grid; Stimulus wires afterSwap → initAfterLoad() #}
Kalender wird geladen…
{# Error state shown by Stimulus on htmx:responseError #}
{% endblock %}