{% extends 'main/layout.html' %} {% block title %}Analytics for {{ title }} — {{ request.user.username }} at Mataroa{% endblock %} {% block content %}

{{ title }}

« all analytics

Analytics since {{ date_25d_ago }}

Note: Graph does not include visits when one is logged in on their blog.

{% for day, analytic in analytics_per_day.items %} {{ analytic.count_exact }} hits during {{ day|date:'F j, Y' }} {{ analytic.count_approx }} | {{ day|date:'Y-m-d' }} {% endfor %}
{% endblock %}