{% extends 'layout_booking.html.twig' %} {% block title %}Schritt 3: Persönliche Daten{% endblock %} {% block background %}bg-outer bg-outer--summer{% endblock %} {% block content %} {% form_theme form 'booking/_form_theme.html.twig' %} {{ form_start(form, { 'attr': { 'class': 'flex-1 flex flex-col min-h-0', 'novalidate': 'novalidate', } }) }} {# Pagination - mobile only (above summary) #}