{% load i18n %}
{% blocktrans with date|date:"F"|capfirst as month and date.year as year %}On duty {{ month }} {{ year }}{% endblocktrans %}
{% trans "Date" %}
{% trans "Name and phone" %}
{% for reservation in reservations %}
{{ reservation.start|date:"j.n" }}
{{ reservation.description }}
{% endfor %}