{% extends 'analytics/base.html' %} {% load static %} {% load i18n %} {% block title %}{{ page_path }} – Analytics{% endblock %} {% block page_title %}Page Detail{% endblock %} {% block page_subtitle %}Views over 30 days for this specific page{% endblock %} {% block filter_bar %} {% include 'analytics/includes/filter_bar.html' %} {% endblock %} {% block dashboard_content %} ← {% trans "All Pages" %}

{% trans "Views" %} – {{ date_range_label }}

{% for key, value in request.GET.items %} {% if key != 'compare' %} {% endif %} {% endfor %}
{% if chart_views %}
{% else %}
{% trans "No page views for this period." %}
{% endif %}
{% endblock %} {% block page_scripts %} {% endblock %}