diff --git a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_list.html.twig b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_list.html.twig index cbd63290b..37ed106c8 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_list.html.twig +++ b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_list.html.twig @@ -10,11 +10,11 @@
{{ 'chill_calendar.canceled'|trans }}: {{ calendar.cancelReason.name|localize_translatable_string }}
+ {% endif %}
- {% if calendar.status == 'canceled' %}
- {{ 'chill_calendar.canceled'|trans }}
- {% endif %}
{% if context == 'person' and calendar.context == 'accompanying_period' %}
@@ -35,12 +35,12 @@
{% if calendar.status == 'canceled' %}
{% endif %}
- {% if calendar.status == 'canceled' %}
-
- {{ 'chill_calendar.cancel_reason'|trans }}:
- {{ calendar.cancelReason.name|localize_translatable_string }}
- #}
+{# {{ 'chill_calendar.cancel_reason'|trans }}:#}
+{##}
+{#