{% extends 'main.html' %} {% block content %}

Top 50 Page Views

{% if source == 'monthly' %}
{% endif %}
{% if source == 'monthly' and year and month %}

Showing snapshot for {{ year }}-{{ month|stringformat:"02d" }}

{% elif source == 'current' %}

Showing running totals for the current (not-yet-snapshotted) period.

{% endif %} {% for row in results %} {% empty %} {% endfor %}
# Item Views
{{ row.rank }} {% if row.url %} {{ row.display }} {% else %} {{ row.display }} {% endif %} {{ row.total }}
No page view data yet for this selection.
{% endblock content %}