{% extends "base.html" %} {% load i18n %} {% block content %}

{%trans 'Archive'%}

{{ month|date:"F Y" }}

{% trans "Yearly view" %}
{% endblock %}