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

{% trans "What is on" %}

{% for event in events %} {% include "events_cards.html" %} {% endfor %}
{% endif %}