{# used by group_upcoming_events #} {% load wagtailcore_tags i18n %} {% if events %}

{% trans "Events" %}

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