{% 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 %}
{% trans "Email status" %}
|
{% trans "Totals" %}
|
{% trans "Uniques" %}
|
{% if link_totals %}
{% trans "Title" %}
|
{% endif %}
---|---|---|---|
{{ status_total.status}} | {{ status_total.totals }} | {{ status_total.uniques }} | {% if link_totals %}{% endif %} |
{{ link }} | {% for key, value in values.items %}{{ value }} | {% endfor %}
{% trans "The statistical data for the selected event have not yet been processed." %}
{% trans "Please try to re-consult them in the coming days." %}
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 %}