{% load i18n %} {% trans Report %} {{ frequency_verbose }}. {% trans "Time interval:" %} {{ notification_start|date:"d/m/Y H:i:s" }} - {{ notification_end|date:"d/m/Y H:i:s" }} {% for report, notification_report in notification_reports.items %}

REPORT {{report}}

{% for value, notification_report_value in notification_report.items %}

>> {{ value }}

{% for key, summary_detail in notification_report_value.summaries.items %}

{{ key }}

{% for summary_detail_value, how_many in summary_detail.items %}

{{ summary_detail_value }}: {{ how_many }} {% trans "times" %}

{% endfor %} {% endfor %} {% if notification_report_value.notifications|length > 0 %}

{% trans "Notifications" %}

{% for n in notification_report_value.notifications %} {% include "email/components/notification.html" %} {% endfor %} {% endif %} {% endfor %} {% endfor %}
{% trans "Staff of" %} {{ site_name }}