{% extends "admin/base.html" %} {% block title %}Analytics · bragi admin{% endblock %} {% block content %}
Pageviews over the last {{ window }} days: {{ total_30d }}. Bots are filtered at emit time; only browser / feed-reader / other UA classes are recorded.
{% if days %}| Day | {% for c in classes %}{{ c }} | {% endfor %}Total |
|---|---|---|
{{ day }} |
{% for c in classes %}{{ row.get(c, 0) }} | {% endfor %}{{ row.values() | sum }} |
No pageviews recorded in the last {{ window }} days.
{% endif %} {% endblock %}