{% load i18n %} {% load markup %} {% load custom_tags %}
{{ controller.month_name }} {{ controller.year }}
{% for day_label in controller.week_day_labels %} {% endfor %} {% for week in controller.cal_weeks %} {% for day in week %} {% if not day.cell.day %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ day_label }}
{% if day.cell.counter.imgCounter or day.cell.counter.dsCounter or day.cell.counter.prCounter or day.cell.counter.rdCounter %}
{% if day.cell.counter.imgCounter %}({{ day.cell.counter.imgCounter }}){% endif %}
{% if day.cell.counter.dsCounter %}({{ day.cell.counter.dsCounter }}){% endif %}
{% if day.cell.counter.prCounter %}({{ day.cell.counter.prCounter }}){% endif %}
{% endif %}

{% trans "Calendar feature enables you to keep track of images, datasets and projects stored on the server all in one place." %}