feat: fetch additional content from cms via api
This commit is contained in:
@@ -59,7 +59,9 @@
|
||||
<div id="booking-summary">
|
||||
{% include 'booking/_summary.html.twig' with {
|
||||
'bookingCreateDto': bookingCreateDto,
|
||||
'participantCount': participantsCount,
|
||||
'participantCount': participantCount,
|
||||
'pricingData': pricingData,
|
||||
'cmsData': cmsData,
|
||||
'groupedSelectedRooms': groupedSelectedRooms,
|
||||
'assignmentCounts': assignmentCounts
|
||||
} %}
|
||||
|
||||
Reference in New Issue
Block a user