{% load i18n %} {{ report.name }}

{{ report.name }}

{{ snapshot.start_date }} – {{ snapshot.end_date }} {% if snapshot.site %}· {{ snapshot.site.name }}{% endif %}

{{ snapshot.total_views }}
{% trans "Total Views" %}
{{ snapshot.unique_visitors }}
{% trans "Unique Visitors" %}

{% trans "Top Pages" %}

{% for row in snapshot.top_pages %} {% empty %} {% endfor %}
{{ row.path }} {{ row.count }}
{% trans "No page views in this period." %}
{% if snapshot.top_referrers %}

{% trans "Top Referrers" %}

{% for row in snapshot.top_referrers %} {% endfor %}
{{ row.referrer }} {{ row.count }}
{% endif %}

{% trans "Sent by Paxalia Analytics." %}