{% load static %} {% load i18n %}
{% trans "Child" %} | {% trans "Phones" %} ({% trans "Main" %} / {% trans "Mobile" %} / {% trans "Professional" %}) | {% trans "Medications" %} |
---|---|---|
{{ presence.child.full_name }} {% if presence.child.childspecificneed %}/!\{% endif %} |
{% for contact, info in presence.child.get_contacts_phone.items %}
{{ info.order }}) {{ info.link_with_child }} - {{ info.phone }} / {{ info.mobile_phone|default:"-" }} / {{ info.professional_phone|default:"-" }} {% endfor %} |
{% for medic in presence.dailyfollowup.medication_set.all %}
{{ medic.type_medication }},
{% endfor %} |