{% trans "Broadcasting statistics" %}
{% trans "Total openings" %} |
|
{{ stats.total_openings }} |
{% trans "Openings on site" %} |
{{ stats.total_on_site_openings }} |
{{ stats.unique_on_site_openings }} |
{% trans "Total openings unique" %} |
{{ stats.unique_openings }} |
{{ stats.unique_openings_percent|floatformat:2 }}% |
{% trans "Unknow delivery" %} |
{{ stats.unknow_openings }} |
{{ stats.unknow_openings_percent|floatformat:2 }}% |
{% trans "Unsubscriptions" %} |
{{ stats.total_unsubscriptions }} |
{{ stats.total_unsubscriptions_percent|floatformat:2 }}% |
{% trans "Openings average" %} |
|
{{ stats.opening_average|floatformat:2 }} |