{% extends "chrono/manager_agenda_month_view.html" %} {% load i18n %} {% block content %} {% if agenda.is_complete %} {% for week, slots in slots_by_week.items %} {% if forloop.first %} {% endif %} {% for slot in slots %} {% endfor %} {% for slot in slots %} {% endfor %} {% if forloop.last %}
{{ slot.date|date:"l j" }}
{% trans "Week" %} {{ week }}{{ slot }}
{% endif %} {% endfor %} {% else %}

{% trans "Configuration is not completed yet." %}

{% endif %} {% endblock %}