{% extends 'silent_mammoth_whistle/base.html' %}
{% load static whistle_helpers %}
{% block extra_styles %}
{% endblock %}
{% block title %}Activity overview{% endblock %}
{% block content %}
{% comment %} Next and previous buttons for changing daily sessions uses hx-boost. We use hx-preserve here to stop the monthly data (mostly the chart) being recreated. {% endcomment %}
{% comment %} This if statement hides daily stats as well as they're not relevant if the month doesn't even show {% endcomment %}
{% if not month_has_whistles %}
No whistles for this month
{% else %}
Sessions per day
{% include "silent_mammoth_whistle/_chart_javascript.html" %}
{% if top_useragents or top_viewport_dimensions %}