{% extends 'base.html.twig' %} {% block title %} | Conversations {% endblock %} {% block body %}
| Enfant | Type | Date dernier message | |
|---|---|---|---|
| {{ conversation.enfant.nom|upper }} {{ conversation.enfant.prenom|capitalize }} | {% if conversation.lastMessageType == 'IMPORTANT' %} Instruction {% else %} Question {% endif %} {% if conversation.isUnreadForParent %} Nouveau {% endif %} | {{ conversation.lastMessageAt|date('d/m/Y H:i') }} | Ouvrir |
| Pas de conversations | |||