{% load i18n %} {% load static %}

{% trans "INFORMATION SHEET - information for the use of the team" %}

{% trans "School year" %} {{ current_academic_year_start_date|date:"Y" }} - {{ current_academic_year_end_date|date:"Y" }}
{% trans "Child" %}
{% trans "Last name" %} {{ object.last_name }}
{% trans "First name (s)" %} {{ object.first_name }}
{% trans "Birth date" %} {{ object.birth_date|date:"d.m.Y" }}
{% trans "Gender" %} {{ object.get_gender_display|default_if_none:" " }}
{% trans "Nationality (s)" %} {{ object.nationality|default_if_none:" " }}
{% trans "Spoken languages" %} {% if object.languages %} {% for language in object.languages.values %} {{ language.name }}, {% endfor %} {% else %}   {% endif %}
{% trans "Siblings (last name, first name, date of birth)" %} {{ object.sibling_name|default_if_none:" " }} {{ object.sibling_birth_date|date:"d.m.Y" }}
{% trans "Foods restrictions" %} {% if object.food_restrictions %} {% for fr in object.food_restrictions.values %} {{ fr.name }}, {% endfor %} {% else %}   {% endif %}

{% trans "Parents" %}
  {% trans "Parent" %} 1 {% trans "Parent" %} 2
{% trans "Last name" %} {{ parent_1.contact.last_name }} {{ parent_2.contact.last_name }}
{% trans "First name" %} {{ parent_1.contact.first_name }} {{ parent_2.contact.first_name }}
{% trans "Link with child" %} {{ parent_1.link_with_child|default_if_none:" " }} {{ parent_2.link_with_child|default_if_none:" " }}
{% trans "Reside with the child" %} {{ parent_1.contact.reside_with_child | yesno }} {{ parent_2.contact.reside_with_child | yesno }}
{% trans "Parental authority" %} {{ parent_1.contact.parental_authority | yesno }} {{ parent_2.contact.parental_authority | yesno }}
{% trans "Phone" %} {{ parent_1.contact.phone|default_if_none:" " }} {{ parent_2.contact.phone|default_if_none:" " }}
{% trans "Mobile phone" %} {{ parent_1.contact.mobile_phone|default_if_none:" " }} {{ parent_2.contact.mobile_phone|default_if_none:" " }}
{% trans "Professional phone" %} {{ parent_1.contact.professional_phone|default_if_none:" " }} {{ parent_2.contact.professional_phone|default_if_none:" " }}

{% trans "OTHER PERSONS AUTHORIZED TO COME TO SEARCH FOR THE CHILD" %}

{% trans "All authorized persons must be at least 14 years of age" %}

{% trans "Last name and first name of authorized person" %} {% trans "Relationship with the child (family, friends, neighbors)" %} {% trans "Phone(s)" %}
{{ c_pickup1.contact.first_name }} {{ c_pickup1.contact.last_name }} {{ c_pickup1.link_with_child|default_if_none:" " }}  {{ c_pickup1.contact.phone|default_if_none:" " }} {{ c_pickup1.contact.mobile_phone|default_if_none:" " }}
{{ c_pickup2.contact.first_name }} {{ c_pickup2.contact.last_name }} {{ c_pickup2.link_with_child|default_if_none:" " }}  {{ c_pickup2.contact.phone|default_if_none:" " }} {{ c_pickup2.mobile_phone|default_if_none:" " }}
{{ c_pickup3.contact.first_name }} {{ c_pickup3.contact.last_name }} {{ c_pickup3.link_with_child|default_if_none:" " }}  {{ c_pickup3.contact.phone|default_if_none:" " }} {{ c_pickup3.contact.mobile_phone|default_if_none:" " }}

{% trans "OTHER PEOPLE WHO MAY BE CONTACTED IF NECESSARY" %}

{% trans "Surname and first name of authorized person" %} {% trans "Relationship to the child (family, friends, neighbours)" %} {% trans "Phone(s)" %}
{{ c_contact1.contact.first_name }} {{ c_contact1.contact.last_name }} {{ c_contact1.link_with_child|default_if_none:" " }}  {{ c_contact1.contact.phone|default_if_none:" " }} {{ c_contact1.contact.mobile_phone|default_if_none:" " }}
{{ c_contact2.contact.first_name }} {{ c_contact2.contact.last_name }} {{ c_contact2.link_with_child|default_if_none:" " }}  {{ c_contact2.contact.phone|default_if_none:" " }} {{ c_contact2.contact.mobile_phone|default_if_none:" " }}
{{ c_contact3.contact.first_name }} {{ c_contact3.contact.last_name }} {{ c_contact3.link_with_child|default_if_none:" " }}  {{ c_contact3.contact.phone|default_if_none:" " }} {{ c_contact3.contact.mobile_phone|default_if_none:" " }}

{% trans "Child health" %} ({{ object.first_name }} {{ object.last_name }})

{% trans "For any health need requiring special measures in the institution, the nurse and the doctor of the Child and Youth Health Service, which collaborate closely with our IEC (institution from early childhood), are at your disposal.
Do not hesitate to contact them.

The IEC refers to the recommendations and ad hoc directives of the YHS for its professional practices in the areas of food, breastfeeding in nursery, health and sleep of children welcomed. " %}


{% trans "Pediatrician" %}
{% trans "Last name and first name" %} {{ object.pediatrician.full_name|default_if_none:" " }}
{% trans "Address
(Street, ZIP, City)" %}
{{ object.pediatrician.address|default_if_none:" " }}
{% trans "Phone" %} {% if object.pediatrician.phone %} {{ object.pediatrician.phone }} - {% endif %} {% if object.pediatrician.mobile_phone %} {{ object.pediatrician.mobile_phone }} - {% endif %} {% if object.pediatrician.professional_phone %} {{ object.pediatrician.professional_phone }} {% endif %}

{% if object.pediatrician_contact is True %} {% elif object.pediatrician_contact is False %} {% else %} {% endif %}
{% trans "Do you agree that your child's pediatrician will be contacted in case you are not reachable ?" %}{% trans "YES" %}    {% trans "NO" %}{% trans "YES" %} {% trans "NO" %}

{% if object.usage_paracetamol is True %} {% elif object.usage_paracetamol is False %} {% else %} {% endif %}
{% trans "Do you authorize the administration of Paracetamol (Ben-u-ron, Tylenol, Dafalgan) in case of fever more 38.5?" %}{% trans "YES" %}    {% trans "NO" %}{% trans "YES" %} {% trans "NO" %}
{% if object.usage_homeopathy is True %} {% elif object.usage_homeopathy is False %} {% else %} {% endif %}
{% trans "Do you authorize the administration of granules of Arnica (homeopathy) in the event of hematoma?" %}{% trans "YES" %}    {% trans "NO" %}{% trans "YES" %} {% trans "NO" %}

{% if object.healthy_child is True %} {% elif object.healthy_child is False %} {% else %} {% endif %} {% if object.good_development is True %} {% elif object.good_development is False %} {% else %} {% endif %} {% if object.specific_problem %} {% elif not object.specific_problem %} {% else %} {% endif %}
{% trans "Do you think your child is in good health?" %}{% trans "YES" %}    {% trans "NO" %}{% trans "YES" %} {% trans "NO" %}
{% trans "Do you think it is developing well? (communication, movement…)" %}{% trans "YES" %}    {% trans "NO" %}{% trans "YES" %} {% trans "NO" %}
{% trans "Does your child currently have a health, development or allergy problem that requires special attention of the educational team or the SSEJ nurse?" %}{% trans "YES" %}    {% trans "NO" %}{% trans "YES" %} {% trans "NO" %}
{% trans "If yes, what problem does your child have (illness, allergies, medication, particularity? in its development, particularity at birth ...)" %}
{{ object.specific_problem|default_if_none:" 
 
" }}

{% if object.vaccination is True %} {% elif object.vaccination is False %} {% else %} {% endif %}
{% trans "Is your child vaccinated according to the Swiss vaccination plan?" %}{% trans "YES" %}    {% trans "NO" %}{% trans "YES" %} {% trans "NO" %}

{% trans "In the event of an emergency, we inform you that the team will take all the measures necessary for the health of your child, including those recommended by the doctor consulted or 144. The costs incurred are the responsibility of parents." %}



{% trans "Address and date:" %}


{% trans "Signature of legal representative (s):" %}