{% extends "datebook/base.html" %} {% load i18n %} {% block datebook_content %}
{% trans "Empty" %}
{% endif %} {% endif %}{% blocktrans with name=month_date|date:"F" year=month_date.year %}This will create a datebook for {{ name }} {{ year }}, confirm this.{% endblocktrans %}
×