{% 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 %} {% if slot.date < agenda.date_start or agenda.date_end and slot.date > agenda.date_end %}{% else %} | {{ slot }} | {% endif %} {% endfor %}
{% trans "Configuration is not completed yet." %}