{% if event is not empty %}
{% set properties = service('event').getEventProperties(event) %}
{% endif %}
{% if properties is iterable and properties|length > 0 %}
{{ title }}
{% for key, item in properties %}
{% set relation = 'array>context:' ~ item.name %}