{% extends 'entreprise/entreprise_base.html.twig' %} {% block title %}Toutes les alertes{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Centre de notifications

Tout marquer comme lu
{% for notif in notifications_liste|default([]) %} {% else %} {% endfor %}
Type Message Date Actions
{{ notif.titre }}
{{ notif.message }}
{{ notif.createdAt|date('d/m/Y à H:i') }}
{# Remplacement par une icône si l'image SVG est manquante #}

Vous n'avez aucune alerte pour le moment.

{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}