diff --git a/docroot/modules/custom/bos_content/modules/node_event/templates/node--event.html.twig b/docroot/modules/custom/bos_content/modules/node_event/templates/node--event.html.twig index 4d2cd92bb6..c2ed785640 100644 --- a/docroot/modules/custom/bos_content/modules/node_event/templates/node--event.html.twig +++ b/docroot/modules/custom/bos_content/modules/node_event/templates/node--event.html.twig @@ -132,10 +132,11 @@ {% if is_cancelled %}
Reason for cancellation: - {% if content.field_extra_info_event %} + + {% if content.field_extra_info_event.0["#context"]["value"] %} {{ content.field_extra_info_event }} {% else %} - "Please contact organizer." + Please contact organizer. {% endif %}
{% else %}