{% extends 'base.html.twig' %} {% block title %}{{ 'messages.title'|trans }} - Na+{% endblock %} {% block body %}

{{ 'messages.title'|trans }} {% if unreadCount > 0 %} {{ unreadCount }} {% endif %}

{# ===== COLONNE GAUCHE - RECHERCHE ===== #} {# ===== COLONNE CENTRALE - CONVERSATIONS ===== #}
← Fil d'actu
{% for message in app.flashes('success') %}
{{ message|trans }}
{% endfor %} {% if conversations is empty %}

{{ 'messages.no_conversations'|trans }}

{{ 'messages.start_conversation_hint'|trans }}

{% else %} {% endif %}
{# ===== COLONNE DROITE - DERNIERS CONTACTÉS ===== #}
{% endblock %}