Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
templates
/
security
/
mail
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/templates/security/mail/mail_admin.html.twig
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <title>Nouvelle inscription via votre site internet</title> </head> <body> Bonjour, <br> <p>Une inscription via votre site internet <a href="{{absolute_url(path('home'))}}">{{ conf_company_name }}</a> vient d'être envoyée.</p> <h2 style='margin-bottom:5px;'>Fiche contact</h2> <strong>Nom Prenom: </strong> {{user.firstname}} {{ user.lastname }}<br> <strong>Email: </strong> {{user.email}}<br> <strong>Téléphone: </strong> {{user.phone}}<br> <br> <i><small>Veuillez noter que ceci est un email automatique de <a href="{{absolute_url(path('home'))}}">{{absolute_url(path('home'))}}</a></small><i/> </body> </html>