{% extends 'administration/_layout.html.twig' %} {% block title %}Notifications échouées{% endblock %} {% block page_title %}Notifications échouées{% endblock %} {% block body %}

Échecs d'envoi (notifications importantes)

{% if echecs is empty %}
Aucun échec de notification.
{% else %}
{% for echec in echecs %} {% endfor %}
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 %}
{% endif %}
{% endblock %}