{% 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 %}
{% for slot in slots %} | {{ slot.date|date:"l j" }} | {% endfor %}
---|---|
{% trans "Week" %} {{ week }} | {% for slot in slots %}{{ slot }} | {% endfor %}
{% trans "Configuration is not completed yet." %}