{% extends 'privacy_analytics/base.html' %}
{% load humanize %}
{% block content %}
{{unique_visitors|intcomma|floatformat:"-1"}}
Unique Visitors
{{total_views|intcomma|floatformat:"-1"}}
Total Views
{{percent_authenticated|intcomma|floatformat:"-1"}}%
Authenticated
{{views_per_visitor|intcomma|floatformat:"-1"}}
Views Per Visitor
Path | Count | Percent | |
---|---|---|---|
{{page.n}} | {{page.percent|intcomma|floatformat:"-1"}}% |
Referrer | Count |
---|---|
{% if referrer.referrer %} {{referrer.referrer|truncatechars:30}} {% else %} No Referrer {% endif %} | {{referrer.n}} |