{% if searchQuery is defined and searchQuery %}
  • Résultats de votre recherche
  • {% endif %} {% for it in items %} {% set conv = it.conversation %} {% set last = it.lastMessage %} {% set unread = it.unreadCount %} {% set conversationUrl = path('msg_conversation_show', {id: conv.id}) %} {% if currentFolder is defined %} {% set conversationUrl = conversationUrl ~ '?folder=' ~ currentFolder %} {% endif %}
  • {{ conv.sujet ?? 'Sans objet' }}
    {% if last.status is defined and last.status == 'draft' %} Brouillon {% endif %} {% if unread > 0 %} {{ unread }} {% endif %}
    {{ last.expediteur.prenom }} {{ last.expediteur.nom }} — {{ last.contenu |striptags}}
    {% if it.important %} {% endif %}
    {{ last.sentAt|date('d/m H:i') }}
  • {% else %}
  • Aucune conversation dans ce dossier.
  • {% endfor %}