{% if notifications is empty %}
Aucune notification.
{% else %} {% for notification in notifications %} {% include '@App/notification/_dropdown_item.html.twig' with {notification: notification} only %} {% endfor %} {% endif %}