{% extends "nobinobi_child/base.html" %} {% load i18n static kitchen_tags %} {% block title %}{{ title }}{% endblock %} {% block content_title %}{{ title }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content_card_title %}{% trans "Week of" %} {{ day_list.0|date:"SHORT_DATE_FORMAT" }} {% trans "to" %} {{ day_list.4|date:"SHORT_DATE_FORMAT" }}{% endblock %} {% block content_card_body %} {% include "includes/messages.html" %}

{% trans "Creche" %}

{% for day in day_list %} {% endfor %} {% for classroom, age_groups in children_dict.items %} {% for age_group, days in age_groups.items %} {% if days|get_dict_true %} {% for day, values in days.items %} {% endfor %} {% endif %} {% endfor %} {% endfor %} {% for age_group_id, age_group in total_dict.age_group.items %} {% for classroom, days in age_group.classroom.items %} {% if days|get_dict_total_true %} {% for day_id, day in days.days.items %} {% endfor %} {% endif %} {% endfor %} {% endfor %}
{% trans "Classroom" %} {% trans "Age group" %}{{ day|date:"l j F"|capfirst }}
{{ classroom }} ({{ classroom.get_mode_display }}) {{ age_group }}{{ values.normal.total }} (+{{ values.restrict.total }})
{% trans "Total" %}
{{ age_group.name }}
{{ classroom.name }}{{ day.normal }} ( )
{% for id, age_group in total_dict.age_group.items %} {% for classroom, days in age_group.classroom.items %} {% for day, day_value in days.days.items %} {% endfor %} {% endfor %} {% endfor %}

{% trans "Kindergarten" %}

{% for day in day_list %} {% endfor %} {% for classroom, age_groups in children_dict_kindergarten.items %} {% for age_group, days in age_groups.items %} {% if days|get_dict_true %} {% for day, values in days.items %} {% endfor %} {% endif %} {% endfor %} {% endfor %} {% for age_group_id, age_group in total_dict_kindergarten.age_group.items %} {% for classroom, days in age_group.classroom.items %} {% if days|get_dict_total_true %} {% for day_id, day in days.days.items %} {% endfor %} {% endif %} {% endfor %} {% endfor %}
{% trans "Classroom" %} {% trans "Age group" %}{{ day|date:"l j F"|capfirst }}
{{ classroom }} ({{ classroom.get_mode_display }}) {{ age_group }}{{ values.normal.total }} (+{{ values.restrict.total }})
{% trans "Total" %}
{{ age_group.name }}
{{ classroom.name }}{{ day.normal }} ( )
{% for id, age_group in total_dict_kindergarten.age_group.items %} {% for classroom, days in age_group.classroom.items %} {% for day, day_value in days.days.items %} {% endfor %} {% endfor %} {% endfor %} {% endblock %} {% block content_card_footer %} {% endblock %}