{% load i18n %}{% load static %}{% load tz %}
{% trans "Events" %} {% trans "View all events" %}
{% for line in events_list %}
{{line.data_env}}
{{ line.text_com|safe }}
{% endfor %}