{# templates/emails/admin_alerte_orphelin.html.twig #} {# ... #}
  • Client : {{ client.fullName }} ({{ client.email }})
  • Téléphone : {{ client.telephone }}
  • {# Correction ici : on utilise nomBien au lieu de nom #}
  • Lot concerné : {{ souscription.lot ? souscription.lot.nomBien : 'Non défini' }}
  • {# ... #}