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

{% trans 'Archive' %}

{{ month|date:"Y" }} ยป {{ month|date:"m" }}

{% endblock %}