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