{% if notifications | length > 0 %}
{% set types = ['warning', 'danger', 'info'] %}
{% for notification in notifications %}
{{notification.titre}}
{% endif %}
{{notification.message}}
{{notification.createdAt | date('d/m/Y à H:i')}}