{% load i18n %}{% load static %}{% load tz %}

{% trans "Events" %} {% trans "View all events" %}

{% for line in events_list %}
{{line.data_env|timezone:current_time_zone|date:"SHORT_DATE_FORMAT"}} {{line.data_env|timezone:current_time_zone|time:"TIME_FORMAT"}}
{{ line.text_com|safe }}
{% endfor %} {% if show_more %}
                  ...
                                                                                ...
{% else %} {% endif %}