{% extends 'base_backoffice.html.twig' %} {% block title %} Conversations {% endblock %} {% block pageTitle %} Conversations {% endblock %} {% block body %}
Poser une question Donner une instruction

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 %}