{% extends 'parents/_layout.html.twig' %} {% block title %}Fil du jour - {{ enfant.prenom }} {{ enfant.nom }}{% endblock %} {% block page_title %}Fil du jour - {{ fil.date|date('d/m/Y') }}{% endblock %} {% block toolbar_actions %} ← Jour précédent Jour suivant → {% endblock %} {% block body %}
Observations : {{ synthese.observations }}
{% endif %} {% if synthese.pointsAttention %}Points d'attention : {{ synthese.pointsAttention }}
{% endif %} {% if synthese.motsEncouragement %}Mots d'encouragement : {{ synthese.motsEncouragement }}
{% endif %}