{% extends "nobinobi_child/base.html" %} {% load i18n static %} {% block title %}{{ title }} - {{ child.classroom }} - {{ now|date:"d.m.Y" }}{% endblock %} {% block extrastyle %} {% endblock %} {% block content_title_block %}

{{ title }}

{{ child.full_name }} - {% trans "Week from" %} {{ week.0|date:"SHORT_DATE_FORMAT" }} {% trans "to" %} {{ week.1|date:"SHORT_DATE_FORMAT" }}

{% endblock %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content_card %} {% include "includes/messages.html" %}
{{ child.full_name }}
{% if child.picture and child.picture.url %} {{ child.full_name }} {% else %} {{ child.full_name }} {% endif %}
{# #} {# #}
{% trans "Date" %}{% trans "Child" %}{% trans "Reception" %} {% trans "Meals" %} {% trans "Naps" %} {% trans "Cares" %} {% trans "Activities" %} {% trans "Medications" %} {% trans "Daily" %}{% trans "Actions" %}
{% include "includes/modal.html" %} {% endblock %} {% block extrajs %} {{ block.super }} {% endblock %}