{% extends "admin/base.html" %} {% block title %}Analytics · bragi admin{% endblock %} {% block content %} {# Zero-JS tabs: real radios (keyboard + focus accessible) toggle panes via CSS :has(). The admin commits to JS only for mutation flows; a read-only view switch stays JS-free. #}
Pageviews over the last {{ window }} days: {{ total_30d }}. Bots are filtered at emit time; only browser / feed-reader / other UA classes are recorded.
| Page | Path | Pageviews |
|---|---|---|
| {{ p.title or p.path }} | {{ p.path }} |
{{ p.count }} |
No pageviews recorded in the last {{ window }} days.
{% endif %}| 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 %}| Referrer | Pageviews |
|---|---|
| {% if r.href %}{{ r.referrer }}{% else %}{{ r.referrer }}{% endif %} | {{ r.count }} |
No external referrers recorded in the last {{ window }} days.
{% endif %}