{% extends 'layout.html.twig' %} {% block content %} {% include '_partials/_flashes.html.twig' %}
Reise: {{ bookingCreateDto.travelData.label }}
Datum: {{ bookingCreateDto.travelData.dateFrom | date('d.m.Y') }} - {{ bookingCreateDto.travelData.dateTo | date('d.m.Y') }}
Hotel: {{ bookingCreateDto.travelData.hotel.name }}
{% if bookingCreateDto.participantsCount > 0 %}Teilnehmerzahl: {{ bookingCreateDto.participantsCount }}
{% endif %}Zimmer: