{% extends 'jmb.core:admin/change_list.html' %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content_title %}

Statistiche email inviti per evento: {{ event.name }} {% if status != '99' %}
Stato email: {{ status_name }} {% endif %} {% if send_date %}
Data email: {{ send_date }} {% endif %} {% if is_updating %} {% else %} {% endif %}

{% endblock %} {% block search %}{% endblock %} {% block date_hierarchy %}{% endblock %} {% block object-tools %}{% endblock %} {% block result_list %} {% if graph_data %}

{% if link_totals %} {% endif %} {% for status_total in totals %} {% if link_totals %} {% endif %} {% endfor %} {% for link, values in link_totals.items %} {% for key, value in values.items %} {% endfor %} {% endfor %}
{% trans "Email status" %}
{% trans "Totals" %}
{% trans "Uniques" %}
{% trans "Title" %}
{{ status_total.status}} {{ status_total.totals }} {{ status_total.uniques }}  
{{ value }}
{% else %}



{% trans "The statistical data for the selected event have not yet been processed." %}

{% trans "Please try to re-consult them in the coming days." %}




{% endif %} {% endblock %} {% block pagination %} {% if graph_data %}


Pulisci filtri

Filtri per stato
Tutti gli stati {% for status_id, status_name in mailer_status %} {{ status_name }} {% endfor %}

Filtri per data di invio
Tutte le date {% for sd in send_dates %} {{ sd }} {% endfor %}

{% endif %} {% endblock %}