{# #}
    {% if notifications | length > 0 %} {% for notification in notifications %}
  • {{ notification.message }}
  • {% endfor %} {% else %}
  • Aucune notification
  • {% endif %}