{% load i18n %}{% load static %}{% load tz %}
{% trans "Total Events:" %} {{ count_events }}
{% for elem in list_events %} {% endfor %}
{% trans "Date and time" %} {% trans "Event text" %}
{{elem.data_env|timezone:current_timezone|date:"SHORT_DATE_FORMAT"}} {{elem.data_env|timezone:current_timezone|time:"TIME_FORMAT"}}{{ elem.text_com|safe }}