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

Referrer stats

{% include 'insight/partials/date_filter_form.html' %}
{% for obj in popular_referrers %} {% endfor %}
Referrer Views Visitors
{{ obj.referrer }} {{ obj.total_views }} {{ obj.total_visitors }}
{% include 'insight/partials/pagination.html' with page=popular_referrers %}
{% endblock %}