diff --git a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_list.html.twig b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_list.html.twig index 4023931e3..9e96a978a 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_list.html.twig +++ b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_list.html.twig @@ -12,10 +12,6 @@

- {% if calendar.status == 'canceled' %} - {{ 'chill_calendar.canceled'|trans }} - - {% endif %} {% if context == 'person' and calendar.context == 'accompanying_period' %} @@ -31,7 +27,6 @@ - {{ calendar.endDate|format_datetime('none', 'short') }} {% endif %} {% if calendar.status == 'canceled' %} -

{{ 'chill_calendar.cancel_reason'|trans }}: {{ calendar.cancelReason.name|localize_translatable_string }}