fix: rendre les templates email compatibles avec tous les clients mail
templates/email/base.html.twig: - Remplacement de la structure div par une structure table-based (role=presentation) pour compatibilite Outlook/Orange/SFR/Yahoo - Suppression de rgba(), linear-gradient(), border-radius, box-shadow (non supportes par Outlook Windows 2007-2019) - Ajout du doctype XHTML 1.0 Transitional pour Outlook - Ajout du bloc conditionnel <!--[if mso]> pour forcer Arial sur Outlook - Remplacement de margin: 0 par margin-top/right/bottom/left: 0 (margin shorthand non supporte par Orange, SFR, certains Outlook) - Remplacement de padding shorthand par padding-top/right/bottom/left dans le body et les cellules principales - Ajout de -webkit-text-size-adjust et -ms-text-size-adjust sur body - Logo: ajout de width et height auto explicites + border: 0 - Fond semi-transparent rgba(255,255,255,0.92) remplace par #ffffff opaque - Gradient gold remplace par background-color: #fabf04 fixe - Couleur footer rgba(255,255,255,0.7) remplacee par #b0b0b0 fixe - Entite • remplacee par • pour compatibilite XHTML templates/emails/*.html.twig (9 fichiers): - Remplacement de toutes les proprietes margin shorthand par les proprietes longhand margin-top/margin-right/margin-bottom/margin-left dans 2fa_code, forgot_password_code, membre_created, password_changed, revendeur_created, rgpd_access, rgpd_attestation_signed, rgpd_deletion, rgpd_no_data Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,29 +1,66 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{% block title %}CRM SITECONSEIL{% endblock %}</title>
|
||||
<!--[if mso]>
|
||||
<style type="text/css">
|
||||
body, table, td { font-family: Arial, Helvetica, sans-serif !important; }
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0; background-color: #eeeef3; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #111827;">
|
||||
<div style="background-color: #eeeef3; background-image: linear-gradient(135deg, rgba(250,191,4,0.06) 0%, transparent 50%, rgba(99,102,241,0.04) 100%); padding: 40px 16px; text-align: center;">
|
||||
<p style="font-size: 11px; color: #888; margin: 0 0 16px 0; text-align: center;">
|
||||
Cet email ne s'affiche pas correctement ? <a href="__VIEW_URL__" style="color: #4338ca; text-decoration: underline;">Voir en ligne</a>
|
||||
</p>
|
||||
<div style="max-width: 580px; margin: 0 auto; background-color: rgba(255,255,255,0.92); border: 1px solid rgba(255,255,255,0.6); border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04); text-align: left; overflow: hidden;">
|
||||
<div style="background: linear-gradient(135deg, #fabf04 0%, #f5a623 100%); padding: 24px; text-align: center; border-bottom: 1px solid rgba(250,191,4,0.3);">
|
||||
<img src="https://crm.siteconseil.fr/logo_facture.png" alt="CRM SITECONSEIL" style="display: block; margin: 0 auto; width: 120px;">
|
||||
</div>
|
||||
<div style="padding: 32px;">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
<div style="background-color: #111827; color: rgba(255,255,255,0.7); padding: 20px; text-align: center; font-size: 11px; font-weight: 600; letter-spacing: 0.5px; border-radius: 0 0 16px 16px;">
|
||||
© {{ "now"|date("Y") }} SARL SITECONSEIL
|
||||
</div>
|
||||
</div>
|
||||
<p style="font-size: 10px; color: #999; margin: 16px 0 0 0; text-align: center;">
|
||||
27 rue Le Serurier, 02100 Saint-Quentin • <a href="https://www.siteconseil.fr" style="color: #999; text-decoration: underline;">siteconseil.fr</a>
|
||||
</p>
|
||||
</div>
|
||||
<body style="margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; background-color: #eeeef3; font-family: Arial, Helvetica, sans-serif; color: #111827; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;">
|
||||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color: #eeeef3;">
|
||||
<tr>
|
||||
<td align="center" style="padding-top: 40px; padding-bottom: 40px; padding-left: 16px; padding-right: 16px;">
|
||||
|
||||
<!-- Lien voir en ligne -->
|
||||
<table role="presentation" width="580" cellpadding="0" cellspacing="0" border="0" style="max-width: 580px; width: 100%;">
|
||||
<tr>
|
||||
<td align="center" style="padding-bottom: 16px; font-size: 11px; color: #888888;">
|
||||
Cet email ne s'affiche pas correctement ? <a href="__VIEW_URL__" style="color: #4338ca; text-decoration: underline;">Voir en ligne</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Container principal -->
|
||||
<table role="presentation" width="580" cellpadding="0" cellspacing="0" border="0" style="max-width: 580px; width: 100%; background-color: #ffffff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;">
|
||||
|
||||
<!-- Header gold -->
|
||||
<tr>
|
||||
<td align="center" style="background-color: #fabf04; padding-top: 24px; padding-bottom: 24px; padding-left: 24px; padding-right: 24px; border-bottom: 1px solid #e5a800;">
|
||||
<img src="https://crm.siteconseil.fr/logo_facture.png" alt="CRM SITECONSEIL" width="120" style="display: block; width: 120px; height: auto; border: 0;" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Contenu -->
|
||||
<tr>
|
||||
<td style="padding-top: 32px; padding-bottom: 32px; padding-left: 32px; padding-right: 32px; font-size: 14px; line-height: 1.6; color: #111827;">
|
||||
{% block content %}{% endblock %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Footer dark -->
|
||||
<tr>
|
||||
<td align="center" style="background-color: #111827; color: #b0b0b0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; font-size: 11px; font-weight: 600; letter-spacing: 0.5px;">
|
||||
© {{ "now"|date("Y") }} SARL SITECONSEIL
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<!-- Adresse sous le container -->
|
||||
<table role="presentation" width="580" cellpadding="0" cellspacing="0" border="0" style="max-width: 580px; width: 100%;">
|
||||
<tr>
|
||||
<td align="center" style="padding-top: 16px; font-size: 10px; color: #999999;">
|
||||
27 rue Le Serurier, 02100 Saint-Quentin • <a href="https://www.siteconseil.fr" style="color: #999999; text-decoration: underline;">siteconseil.fr</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
{% block title %}Code de verification{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Code de verification</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Voici votre code de verification pour vous connecter au CRM SITECONSEIL :</p>
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Code de verification</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Voici votre code de verification pour vous connecter au CRM SITECONSEIL :</p>
|
||||
|
||||
<div style="text-align: center; margin: 24px 0;">
|
||||
<div style="text-align: center; margin-top: 24px; margin-right: 0; margin-bottom: 24px; margin-left: 0;">
|
||||
<span style="display: inline-block; padding: 16px 32px; background: #111827; color: #fabf04; font-size: 32px; font-weight: 700; letter-spacing: 0.3em; font-family: monospace;">{{ code }}</span>
|
||||
</div>
|
||||
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Ce code est valable quelques minutes. Si vous n'avez pas demande ce code, ignorez cet email.</p>
|
||||
<p style="font-size: 12px; color: #999; margin: 16px 0 0;">Pour des raisons de securite, ne partagez jamais ce code avec qui que ce soit.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Ce code est valable quelques minutes. Si vous n'avez pas demande ce code, ignorez cet email.</p>
|
||||
<p style="font-size: 12px; color: #999; margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0;">Pour des raisons de securite, ne partagez jamais ce code avec qui que ce soit.</p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
{% block title %}Code de reinitialisation{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Reinitialisation du mot de passe</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Vous avez demande la reinitialisation de votre mot de passe sur le CRM SITECONSEIL. Voici votre code de verification :</p>
|
||||
<div style="text-align: center; margin: 24px 0;">
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Reinitialisation du mot de passe</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Vous avez demande la reinitialisation de votre mot de passe sur le CRM SITECONSEIL. Voici votre code de verification :</p>
|
||||
<div style="text-align: center; margin-top: 24px; margin-right: 0; margin-bottom: 24px; margin-left: 0;">
|
||||
<span style="display: inline-block; padding: 16px 32px; background: #111827; color: #fabf04; font-size: 32px; font-weight: 700; letter-spacing: 0.3em; font-family: monospace;">{{ code }}</span>
|
||||
</div>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Ce code est valable <strong>10 minutes</strong>. Si vous n'avez pas demande cette reinitialisation, ignorez cet email.</p>
|
||||
<p style="font-size: 12px; color: #999; margin: 16px 0 0;">Pour des raisons de securite, ne partagez jamais ce code avec qui que ce soit.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Ce code est valable <strong>10 minutes</strong>. Si vous n'avez pas demande cette reinitialisation, ignorez cet email.</p>
|
||||
<p style="font-size: 12px; color: #999; margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0;">Pour des raisons de securite, ne partagez jamais ce code avec qui que ce soit.</p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
{% block title %}Votre compte CRM SITECONSEIL{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Bienvenue {{ firstName }} !</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Votre compte sur le <strong>CRM SITECONSEIL</strong> a ete cree par l'administration de la SARL SITECONSEIL.</p>
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bienvenue {{ firstName }} !</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Votre compte sur le <strong>CRM SITECONSEIL</strong> a ete cree par l'administration de la SARL SITECONSEIL.</p>
|
||||
|
||||
<div style="background: #111827; color: #fff; padding: 20px; margin: 20px 0;">
|
||||
<p style="font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 12px; opacity: 0.7;">Vos identifiants de connexion</p>
|
||||
<div style="background: #111827; color: #fff; padding: 20px; margin-top: 20px; margin-right: 0; margin-bottom: 20px; margin-left: 0;">
|
||||
<p style="font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-top: 0; margin-right: 0; margin-bottom: 12px; margin-left: 0; opacity: 0.7;">Vos identifiants de connexion</p>
|
||||
<div style="font-size: 14px;">
|
||||
<div style="padding: 4px 0;">
|
||||
<span style="color: #fabf04; font-weight: bold; display: inline-block; width: 120px;">Email</span>
|
||||
@@ -20,15 +20,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Lors de votre premiere connexion, il vous sera demande de :</p>
|
||||
<ul style="font-size: 14px; line-height: 1.8; margin: 0 0 16px; padding-left: 20px;">
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Lors de votre premiere connexion, il vous sera demande de :</p>
|
||||
<ul style="font-size: 14px; line-height: 1.8; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0; padding-left: 20px;">
|
||||
<li><strong>Changer votre mot de passe</strong></li>
|
||||
<li><strong>Configurer la double authentification (OTP)</strong> via une application telle que Google Authenticator, Authy ou Microsoft Authenticator</li>
|
||||
</ul>
|
||||
|
||||
{% if groups|length > 0 %}
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 8px;">Acces attribues :</p>
|
||||
<ul style="font-size: 13px; line-height: 1.8; margin: 0 0 16px; padding-left: 20px;">
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 8px; margin-left: 0;">Acces attribues :</p>
|
||||
<ul style="font-size: 13px; line-height: 1.8; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0; padding-left: 20px;">
|
||||
{% for group in groups %}
|
||||
<li>
|
||||
{% if group == 'gp_ticket' %}Billetterie
|
||||
@@ -45,11 +45,11 @@
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<div style="margin: 24px 0;">
|
||||
<div style="margin-top: 24px; margin-right: 0; margin-bottom: 24px; margin-left: 0;">
|
||||
<a href="{{ url('app_home') }}" style="display: inline-block; background: #fabf04; border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; padding: 12px 24px; color: #111827; font-weight: 700; text-transform: uppercase; font-size: 13px; text-decoration: none; letter-spacing: 1px;">Se connecter</a>
|
||||
</div>
|
||||
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 16px 0;">Une fois sur la page de connexion, cliquez sur le bouton <strong>"Connexion SITECONSEIL"</strong> puis saisissez vos identifiants ci-dessus.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 16px; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Une fois sur la page de connexion, cliquez sur le bouton <strong>"Connexion SITECONSEIL"</strong> puis saisissez vos identifiants ci-dessus.</p>
|
||||
|
||||
<p style="font-size: 12px; color: #999; margin: 16px 0 0;">Pour des raisons de securite, ne partagez jamais vos identifiants. Si vous n'etes pas a l'origine de cette demande, contactez <a href="mailto:contact@siteconseil.fr" style="color: #4338ca;">contact@siteconseil.fr</a>.</p>
|
||||
<p style="font-size: 12px; color: #999; margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0;">Pour des raisons de securite, ne partagez jamais vos identifiants. Si vous n'etes pas a l'origine de cette demande, contactez <a href="mailto:contact@siteconseil.fr" style="color: #4338ca;">contact@siteconseil.fr</a>.</p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
{% block title %}Mot de passe modifie{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Mot de passe modifie</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Votre mot de passe sur le CRM SITECONSEIL a ete <strong>modifie avec succes</strong>.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Si vous n'etes pas a l'origine de cette modification, contactez immediatement notre support a l'adresse <a href="mailto:contact@siteconseil.fr" style="color: #4338ca;">contact@siteconseil.fr</a>.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Mot de passe modifie</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Votre mot de passe sur le CRM SITECONSEIL a ete <strong>modifie avec succes</strong>.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Si vous n'etes pas a l'origine de cette modification, contactez immediatement notre support a l'adresse <a href="mailto:contact@siteconseil.fr" style="color: #4338ca;">contact@siteconseil.fr</a>.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,43 +3,43 @@
|
||||
{% block title %}Bienvenue chez SITECONSEIL - Espace Revendeur{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Bienvenue {{ firstName }} !</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Nous avons le plaisir de vous informer que votre compte <strong>revendeur</strong> a ete cree sur le CRM SITECONSEIL.</p>
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bienvenue {{ firstName }} !</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Nous avons le plaisir de vous informer que votre compte <strong>revendeur</strong> a ete cree sur le CRM SITECONSEIL.</p>
|
||||
|
||||
<div style="background: #111827; color: #fff; padding: 20px; margin: 20px 0;">
|
||||
<p style="font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 12px; opacity: 0.7;">Votre code revendeur</p>
|
||||
<p style="font-size: 28px; font-weight: 700; color: #fabf04; text-align: center; font-family: monospace; letter-spacing: 4px; margin: 0;">{{ codeRevendeur }}</p>
|
||||
<div style="background: #111827; color: #fff; padding: 20px; margin-top: 20px; margin-right: 0; margin-bottom: 20px; margin-left: 0;">
|
||||
<p style="font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-top: 0; margin-right: 0; margin-bottom: 12px; margin-left: 0; opacity: 0.7;">Votre code revendeur</p>
|
||||
<p style="font-size: 28px; font-weight: 700; color: #fabf04; text-align: center; font-family: monospace; letter-spacing: 4px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;">{{ codeRevendeur }}</p>
|
||||
</div>
|
||||
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 8px; font-weight: bold;">Pour acceder a votre espace, suivez ces etapes :</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 8px; margin-left: 0; font-weight: bold;">Pour acceder a votre espace, suivez ces etapes :</p>
|
||||
|
||||
<div style="width: 100%; margin: 16px 0;">
|
||||
<div style="width: 100%; margin-top: 16px; margin-right: 0; margin-bottom: 16px; margin-left: 0;">
|
||||
<div style="padding: 12px 16px; border-left: 4px solid #fabf04; background: #f9fafb;">
|
||||
<p style="font-size: 12px; font-weight: 700; text-transform: uppercase; color: #fabf04; margin: 0 0 4px;">Etape 1</p>
|
||||
<p style="font-size: 14px; margin: 0; line-height: 1.6;">Cliquez sur le bouton ci-dessous pour <strong>definir votre mot de passe</strong>. Ce lien est a usage unique.</p>
|
||||
<p style="font-size: 12px; font-weight: 700; text-transform: uppercase; color: #fabf04; margin-top: 0; margin-right: 0; margin-bottom: 4px; margin-left: 0;">Etape 1</p>
|
||||
<p style="font-size: 14px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; line-height: 1.6;">Cliquez sur le bouton ci-dessous pour <strong>definir votre mot de passe</strong>. Ce lien est a usage unique.</p>
|
||||
</div>
|
||||
<div style="height: 8px;"></div>
|
||||
<div style="padding: 12px 16px; border-left: 4px solid #fabf04; background: #f9fafb;">
|
||||
<p style="font-size: 12px; font-weight: 700; text-transform: uppercase; color: #fabf04; margin: 0 0 4px;">Etape 2</p>
|
||||
<p style="font-size: 14px; margin: 0; line-height: 1.6;">Une fois votre mot de passe defini, rendez-vous sur la page de connexion et identifiez-vous avec votre email <strong>{{ email }}</strong> et votre nouveau mot de passe.</p>
|
||||
<p style="font-size: 12px; font-weight: 700; text-transform: uppercase; color: #fabf04; margin-top: 0; margin-right: 0; margin-bottom: 4px; margin-left: 0;">Etape 2</p>
|
||||
<p style="font-size: 14px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; line-height: 1.6;">Une fois votre mot de passe defini, rendez-vous sur la page de connexion et identifiez-vous avec votre email <strong>{{ email }}</strong> et votre nouveau mot de passe.</p>
|
||||
</div>
|
||||
<div style="height: 8px;"></div>
|
||||
<div style="padding: 12px 16px; border-left: 4px solid #fabf04; background: #f9fafb;">
|
||||
<p style="font-size: 12px; font-weight: 700; text-transform: uppercase; color: #fabf04; margin: 0 0 4px;">Etape 3</p>
|
||||
<p style="font-size: 14px; margin: 0; line-height: 1.6;">Vous accederez a votre <strong>Espace Revendeur</strong> ou vous pourrez gerer vos ventes, commandes et factures.</p>
|
||||
<p style="font-size: 12px; font-weight: 700; text-transform: uppercase; color: #fabf04; margin-top: 0; margin-right: 0; margin-bottom: 4px; margin-left: 0;">Etape 3</p>
|
||||
<p style="font-size: 14px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; line-height: 1.6;">Vous accederez a votre <strong>Espace Revendeur</strong> ou vous pourrez gerer vos ventes, commandes et factures.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="margin: 24px 0; text-align: center;">
|
||||
<div style="margin-top: 24px; margin-right: 0; margin-bottom: 24px; margin-left: 0; text-align: center;">
|
||||
<a href="{{ setPasswordUrl }}" style="display: inline-block; background: #fabf04; border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; padding: 14px 24px; color: #111827; font-weight: 700; text-transform: uppercase; font-size: 14px; text-decoration: none; letter-spacing: 1px;">Definir mon mot de passe</a>
|
||||
</div>
|
||||
|
||||
<div style="margin: 0 0 24px; text-align: center;">
|
||||
<div style="margin-top: 0; margin-right: 0; margin-bottom: 24px; margin-left: 0; text-align: center;">
|
||||
<a href="{{ url('app_home') }}" style="display: inline-block; background: #fff; border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; padding: 12px 24px; color: #111827; font-weight: 700; text-transform: uppercase; font-size: 12px; text-decoration: none; letter-spacing: 1px;">Acceder a la page de connexion</a>
|
||||
</div>
|
||||
|
||||
<div style="background: #f9fafb; padding: 16px; border: 1px solid #e5e7eb; margin: 16px 0;">
|
||||
<p style="font-size: 12px; font-weight: bold; margin: 0 0 8px;">Informations de votre compte :</p>
|
||||
<div style="background: #f9fafb; padding: 16px; border: 1px solid #e5e7eb; margin-top: 16px; margin-right: 0; margin-bottom: 16px; margin-left: 0;">
|
||||
<p style="font-size: 12px; font-weight: bold; margin-top: 0; margin-right: 0; margin-bottom: 8px; margin-left: 0;">Informations de votre compte :</p>
|
||||
<div style="font-size: 12px;">
|
||||
<div style="padding: 2px 0;">
|
||||
<span style="color: #666; display: inline-block; width: 120px;">Code revendeur</span>
|
||||
@@ -56,5 +56,5 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="font-size: 12px; color: #999; margin: 16px 0 0;">Pour toute question, contactez-nous a <a href="mailto:contact@siteconseil.fr" style="color: #4338ca;">contact@siteconseil.fr</a>. Conservez precieusement votre code revendeur {{ codeRevendeur }}.</p>
|
||||
<p style="font-size: 12px; color: #999; margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0;">Pour toute question, contactez-nous a <a href="mailto:contact@siteconseil.fr" style="color: #4338ca;">contact@siteconseil.fr</a>. Conservez precieusement votre code revendeur {{ codeRevendeur }}.</p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
{% block title %}RGPD - Vos donnees personnelles{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Vos donnees personnelles</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Suite a votre demande d'acces (article 15 du RGPD), vous trouverez en piece jointe un document PDF contenant l'ensemble des donnees de navigation que nous detenons vous concernant.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Si vous souhaitez exercer votre droit a l'effacement, vous pouvez en faire la demande depuis la page <a href="https://crm.siteconseil.fr/legal/rgpd#exercer-droits" style="color: #4338ca;">Politique RGPD</a>.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Vos donnees personnelles</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Suite a votre demande d'acces (article 15 du RGPD), vous trouverez en piece jointe un document PDF contenant l'ensemble des donnees de navigation que nous detenons vous concernant.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Si vous souhaitez exercer votre droit a l'effacement, vous pouvez en faire la demande depuis la page <a href="https://crm.siteconseil.fr/legal/rgpd#exercer-droits" style="color: #4338ca;">Politique RGPD</a>.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
{% block title %}Attestation RGPD signee{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Attestation RGPD signee</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Suite a votre demande, vous trouverez en piece jointe votre <strong>attestation d'{{ typeName }}</strong>, signee electroniquement par la SARL SITECONSEIL.</p>
|
||||
<div style="margin: 16px 0; font-size: 13px; width: 100%;">
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Attestation RGPD signee</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Suite a votre demande, vous trouverez en piece jointe votre <strong>attestation d'{{ typeName }}</strong>, signee electroniquement par la SARL SITECONSEIL.</p>
|
||||
<div style="margin-top: 16px; margin-right: 0; margin-bottom: 16px; margin-left: 0; font-size: 13px; width: 100%;">
|
||||
<div style="padding: 8px 12px; background: #f9fafb; border-left: 3px solid #fabf04;">
|
||||
<strong>Reference</strong> {{ attestation.reference }}
|
||||
</div>
|
||||
@@ -17,6 +17,6 @@
|
||||
<strong>Type</strong> {{ typeName|capitalize }}
|
||||
</div>
|
||||
</div>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Le certificat de signature electronique est egalement joint a cet email.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Le certificat de signature electronique est egalement joint a cet email.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
{% block title %}RGPD - Attestation de suppression{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Attestation de suppression</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Suite a votre demande d'effacement (article 17 du RGPD), nous confirmons que <strong>toutes vos donnees de navigation ont ete definitivement supprimees</strong> de nos systemes.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Vous trouverez en piece jointe une attestation de suppression au format PDF.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Attestation de suppression</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Suite a votre demande d'effacement (article 17 du RGPD), nous confirmons que <strong>toutes vos donnees de navigation ont ete definitivement supprimees</strong> de nos systemes.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Vous trouverez en piece jointe une attestation de suppression au format PDF.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
{% block title %}RGPD - Aucune donnee trouvee{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin: 0 0 16px 0;">Demande RGPD</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Nous avons bien recu votre demande concernant vos donnees personnelles.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Apres verification, <strong>aucune donnee n'a ete trouvee</strong> correspondant a l'adresse IP indiquee dans nos systemes.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0 0 16px 0;">Si vous pensez qu'il s'agit d'une erreur, n'hesitez pas a nous contacter a <a href="mailto:contact@siteconseil.fr" style="color: #4338ca;">contact@siteconseil.fr</a>.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
<h1 style="font-size: 20px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Demande RGPD</h1>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Bonjour,</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Nous avons bien recu votre demande concernant vos donnees personnelles.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Apres verification, <strong>aucune donnee n'a ete trouvee</strong> correspondant a l'adresse IP indiquee dans nos systemes.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0;">Si vous pensez qu'il s'agit d'une erreur, n'hesitez pas a nous contacter a <a href="mailto:contact@siteconseil.fr" style="color: #4338ca;">contact@siteconseil.fr</a>.</p>
|
||||
<p style="font-size: 14px; line-height: 1.6; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;">Cordialement,<br><strong>SARL SITECONSEIL</strong></p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user