{% extends 'base.html.twig' %} {% block title %} | Conversations {% endblock %} {% block body %}

Liste des conversations

{% for conversation in conversations %} {% else %} {% endfor %}
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
{% endblock %}