{% extends '@App/partials/base.html.twig' %} {% block content %}
| Date | Type | Sujet | Destinataires | Statut | |
|---|---|---|---|---|---|
| {{ row.createdAt ? row.createdAt|date('d/m/Y H:i') : '-' }} | {{ typeLabels[row.type] ?? row.type }} | {{ row.subject }} | {{ row.to|join(', ') }} | {% set c = row.status == 'sent' ? 'success' : (row.status == 'failed' ? 'danger' : 'warning') %} {{ row.status }} | Voir |
| Aucun email | |||||