{% extends "fluent_blogs/entry_archive.html" %} {% load i18n %} {% block meta-description %}{% blocktrans with month=month|date:"YEAR_MONTH_FORMAT" %}Archives of {{ month }}{% endblocktrans %}{% endblock %} {% block title %}{% blocktrans with month=month|date:"YEAR_MONTH_FORMAT" %}Archives of {{ month }}{% endblocktrans %}{% endblock %} {% block content_title %}

{% blocktrans with month=month|date:"YEAR_MONTH_FORMAT" %}Archives of {{ month }}{% endblocktrans %}

{% endblock %} {% block content %} {{ block.super }}

{% trans "Daily archives" %}

{% endblock %}