{% extends "nobinobi_child/base.html" %} {% load i18n static crispy_forms_tags %} {% block title %}{{ title }} - {{ classroom }} - {{ now }}{% endblock %} {% block extrastyle %} {% endblock %} {% block content_title_block %}

{{ title }} ({{ classroom }})

{{ now|date:"SHORT_DATE_FORMAT" }}

{% endblock %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content_card %} {% include "includes/messages.html" %}
{% for day in dict_table.values %} {% endfor %} {% for day in dict_table.values %} {% for period in day.periods.values %} {% empty %} {% endfor %} {% endfor %} {% for child, day in dict_table_child.items %} {% for day_value in day.values %} {% for period in day_value.periods.values %} {% if period.dayoff %} {% elif not period.status %} {% else %} {% spaceless %} {% endspaceless %} {% endif %} {% empty %} {% endfor %} {% endfor %} {% endfor %} {% for day in dict_table.values %} {% for period in day.periods.values %} {% empty %} {% endfor %} {% endfor %} {% for day in dict_table.values %} {% for period in day.periods.values %} {% empty %} {% endfor %} {% endfor %}
{{ day.datetime|date:"SHORT_DATE_FORMAT" }}
{{ period.name }} 
{% trans "Day off" %}  {{ child.usual_name }} {% if period.birthday %} {% endif %} {% if child.childspecificneed %} {% endif %} {% if display_age_group_in_presence %} ({{ child.age_group.name.0 }}) {% endif %} {% if period.absence %} ({{ period.absence.type }}){% endif %} 
{% trans "Expected" %}
{{ period.expected }} 
{% trans "Present" %}
{{ period.present }} 
{% endblock %} {% block extrajs %} {% endblock %}