{% extends 'base.html.twig' %} {% form_theme form 'form/tailadmin_theme.html.twig' %} {% block title %}Messages manuels · Admin{% endblock %} {% block body %}
Les push nécessitent les clés VAPID (php bin/console app:generate-vapid-keys). Les e-mails utilisent MAILER_DSN.
Impossible d’envoyer.
0 / 120
{{ form_row(form.body) }}0 / 2000
{{ form_row(form.url) }} {{ form_end(form) }}Aucun envoi enregistré.
{% else %}| Date | Canaux | Destinataires | Titre | Résultat | Par |
|---|---|---|---|---|---|
| {{ entry.channelsLabel }} | {{ entry.recipientScope.label }} | {{ entry.title }} | {% if entry.sendPush %} {{ entry.sentCount }} push {% if entry.failedCount > 0 %}{{ entry.failedCount }} échec push{% endif %} {% endif %} {% if entry.sendEmail %} {{ entry.emailsSentCount }} e-mail {% if entry.emailsFailedCount > 0 %}{{ entry.emailsFailedCount }} échec mail{% endif %} {% endif %} | {{ entry.sentBy ? entry.sentBy.email : '—' }} |