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

Annual Traffic Report for {{year}} {% block subtitle %}{% endblock %}

{% if error_text %}
ERROR! {{error_text}}
{{traceback}}
{% endif %} {% block tab_content %}{% endblock %}
{% endblock %}