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