{% if not events %}
No events found
{% else %} {% for event in events %}
{{ event.data.name }}
{% endfor %} {% endif %}