{% load wagtailcore_tags i18n %} {% if events %}

{% trans "Events" %}

{% for title, event in events %}
{% include "joyous/includes/when_where.html" %}
{% endfor %}
{% endif %}