{% load i18n %}{% load tz %} {% if show_events %}

{% trans 'Device events' %}

{% for entry in frdly_es %}
{{entry.data_env|timezone:current_time_zone|date:"SHORT_DATE_FORMAT"}} {{entry.data_env|timezone:current_time_zone|time:"TIME_FORMAT"}}
{{entry.text_com|safe }}
{% endfor %}
{% endif %}