diff --git a/templates/booking/_summary.html.twig b/templates/booking/_summary.html.twig index 2315e9e..74e9bda 100644 --- a/templates/booking/_summary.html.twig +++ b/templates/booking/_summary.html.twig @@ -9,7 +9,7 @@ {% endif %} {# Mutability information (edit mode only) #} - {% if mutableData is defined %} + {% if bookingCreateDto.mode == constant('App\\Form\\Model\\BookingDto::MODE_EDIT') and mutableData %}