|
Bonjour, {{ club.nomClub }},
N° club {{ club.numeroClub }} — {{ "now"|date("d/m/Y") }}
{% if suspendus|length > 0 %}
🚫 {{ suspendus|length }} personne(s) actuellement potentiellement suspendue(s)
| Personne |
Dossier |
Montant |
{% for a in suspendus %}
{{ a.nomPrenomPersonne }} {{ a.role }} |
{{ a.numeroDossier }} |
{{ a.sommeTotale|number_format(2,',',' ') }} € |
{% endfor %}
{% endif %}
{% if alertes|length > 0 %}
⏰ {{ alertes|length }} amende(s) proche(s) de la suspension
| Personne |
Suspension le |
Montant |
{% for a in alertes %}
| {{ a.nomPrenomPersonne }} |
{{ a.dateLimiteSuspension|date('d/m/Y') }}
(dans {{ a.joursRestantsAvantSuspension }}j)
|
{{ a.sommeTotale|number_format(2,',',' ') }} € |
{% endfor %}
{% endif %}
Paiement 100% sécurisé par Stripe · Disponible 24h/24
|