{% extends 'administration/_layout.html.twig' %} {% block title %}Notifications échouées{% endblock %} {% block page_title %}Notifications échouées{% endblock %} {% block body %}
| Date | Sujet | Destinataire | Entité concernée |
|---|---|---|---|
| {{ echec.dateEchec|date('d/m/Y H:i:s') }} | {{ echec.sujet }} | {{ echec.destinataireNom }} - {{ echec.destinataireEmail }} | {{ echec.entiteConcernee }}{% if echec.entiteId %} #{{ echec.entiteId }}{% endif %} |