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

Statistiche email per pubblicazione: {{ issue.number }} {% if status != '99' %}
Stato email: {{ status_name }} {% endif %} {% if send_date %}
Data email: {{ send_date }} {% endif %}

{% endblock %} {% block search %}{% endblock %} {% block date_hierarchy %}{% endblock %} {% block object-tools %}{% endblock %} {% block result_list %}
{% 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 "Uniques" %}
{% trans "Totals" %}
{% trans "Title" %}
{{ status_total.status }} {{ status_total.totals }} {{ status_total.uniques }}  
{{ value }}
{% endblock %} {% block pagination %}

Pulisci filtri
Stato
< Tutti >
{% for status_id, status_name in mailer_status %} {{ status_name }} {% endfor %}
Data
< Tutte >
{% for sd in send_dates %} {{ sd.date }} {% endfor %}

{% endblock %}