{% extends "zinnia/entry_list.html" %} {% load i18n %} {% block meta-description %}{% trans "Archives" %} {{ year|date:"Y" }}{% endblock meta-description %} {% block title %}{% trans "Archives" %} {{ year|date:"Y" }}{% endblock title %} {% block body-class %}{{ block.super }} archive date year year-{{ year|date:"Y" }}{% endblock body-class %} {% block content-title %}

{% trans "Archives" %} {{ year|date:"Y" }}

{% endblock content-title %} {% block content-related %}

{% trans "Monthly archives" %}

{% if previous_year %}

{% trans "Previous year" %}

{{ previous_year|date:"Y" }}

{% endif %} {% if next_year %}

{% trans "Next year" %}

{{ next_year|date:"Y" }}

{% endif %} {% endblock content-related %}