{% extends 'insight/base.html' %} {% load static %} {% block content %} ← Back to dashboard Page stats {% include 'insight/partials/date_filter_form.html' %} Page Views Visitors {% for page in popular_pages %} {{ page.url }} {{ page.total_views }} {{ page.total_visitors }} {% endfor %} {% include 'insight/partials/pagination.html' with page=popular_pages %} {% endblock %}