{% extends 'traffic/reporter/monthly/index.html' %} {% load l10n %} {% block leftbar_monthly %}class="active"{%endblock%} {% block contents %}

Monthly Statistics

{% if error_text %}
ERROR! {{error_text}}
{{traceback}}
{% endif %} {% if entries %} {% for year, months in entries.items %}

{{year}}

{% endfor %} {%else%}

Statistics is not available yet. Traffic reports are generated once a day, so please try again later.

{%endif%} {% endblock %}