{% extends 'insight/base.html' %} {% load static %} {% block content %} ← Back to dashboard

Page stats

{% include 'insight/partials/date_filter_form.html' %}
{% for page in popular_pages %} {% endfor %}
Page Views Visitors
{{ page.url }} {{ page.total_views }} {{ page.total_visitors }}
{% include 'insight/partials/pagination.html' with page=popular_pages %}
{% endblock %}