diff --git a/templates/booking/_summary.html.twig b/templates/booking/_summary.html.twig index 0b461fd..5ba4e36 100644 --- a/templates/booking/_summary.html.twig +++ b/templates/booking/_summary.html.twig @@ -21,55 +21,8 @@ {# Content - toggleable on mobile, always visible on desktop #} - {# Travel Information #}
-
- - - - - - - - - - - - - - - - - -
- Reise - - {{ bookingCreateContext.bookingDto.travel.label }} -
- Zeitraum - - {{ bookingCreateContext.bookingDto.travel.dateFrom|date('d.m.Y') }} - {{ bookingCreateContext.bookingDto.travel.dateTo|date('d.m.Y') }} -
- Unterkunft - - {{ bookingCreateContext.bookingDto.travel.hotel.name }} -
- Teilnehmer - - {{ bookingCreateContext.summaryData.participantCount }} -
-
- - {% include 'booking/_summary_hotel.html.twig' with { - 'summaryData': bookingCreateContext.summaryData + {% include 'booking/_summary_travel_info.html.twig' with { + 'bookingDto': bookingCreateContext.bookingDto, + 'summaryData': bookingCreateContext.summaryData, + 'showStatus': false } %} -
- - - - - - - - - - - - - - - - - -
- Reise - - {{ bookingCreateContext.bookingDto.travel.label }} -
- Zeitraum - - {{ bookingCreateContext.bookingDto.travel.dateFrom|date('d.m.Y') }} - {{ bookingCreateContext.bookingDto.travel.dateTo|date('d.m.Y') }} -
- Unterkunft - - {{ bookingCreateContext.bookingDto.travel.hotel.name }} -
- Teilnehmer - - {{ bookingCreateContext.summaryData.participantCount }} -
- - {% include 'booking/_summary_hotel.html.twig' with { - 'summaryData': bookingCreateContext.summaryData + {% include 'booking/_summary_travel_info.html.twig' with { + 'bookingDto': bookingCreateContext.bookingDto, + 'summaryData': bookingCreateContext.summaryData, + 'tableClass': 'mb-4', + 'showStatus': false } %}