diff --git a/templates/booking/_summary.html.twig b/templates/booking/_summary.html.twig index 54ecadd..270cd63 100644 --- a/templates/booking/_summary.html.twig +++ b/templates/booking/_summary.html.twig @@ -56,6 +56,16 @@ {{ summaryData.participantCount }} + {% if bookingCreateDto.bookingStatus != 'F' %} + + + Status + + + {{ bookingCreateDto.bookingStatus|map_status }} + + + {% endif %}