{% for age_group_id, age_group in total_dict.age_group.items %}
{{ age_group.name }}
{% for classroom, days in age_group.classroom.items %}
{% if days|get_dict_total_true %}
{{ classroom.name }}
{% for day_id, day in days.days.items %}
{{ day.normal }} (
)
{% endfor %}
{% endif %}
{% endfor %}
{% endfor %}
{% 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 %}
{% trans "Food restriction for" %} {{ age_group.name }}
{% trans "Child" %}
{% for food_restriction in food_restrictions %}
{{ food_restriction.name }}
{% endfor %}
{% for child, child_value in day_value.restrict_dict.items %}
{% for age_group_id, age_group in total_dict_kindergarten.age_group.items %}
{{ age_group.name }}
{% for classroom, days in age_group.classroom.items %}
{% if days|get_dict_total_true %}
{{ classroom.name }}
{% for day_id, day in days.days.items %}
{{ day.normal }} (
)
{% endfor %}
{% endif %}
{% endfor %}
{% endfor %}
{% 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 %}
{% trans "Food restriction for" %} {{ age_group.name }} {% trans "kindergarten" %}
{% trans "Child" %}
{% for food_restriction in food_restrictions %}
{{ food_restriction.name }}
{% endfor %}
{% for child, child_value in day_value.restrict_dict.items %}