diff --git a/templates/web/email-template.html.twig b/templates/web/email-template.html.twig new file mode 100644 index 0000000000..06ae99523b --- /dev/null +++ b/templates/web/email-template.html.twig @@ -0,0 +1,107 @@ + + + + + + {{ subject }} + + + + + + + +
+ + + + + + + + +
+ {% if logoUrl is defined %} + {{ logoText }} + {% else %} + {{ logoText }} + {% endif %} + + {{ title }} +
+ + + + + + + + {% if buttonText is defined and buttonUrl is defined %} + + + + {% endif %} + + + +
+ + + + + + + + +
+ {% if senderName is defined and senderMail is defined %} + {{ senderName }} - + {{ senderMail }}
+ {% endif %} +
+ {{ messageText }} +
+
+ +
+ + + + + + + + + + + + + +
+ + {{ buttonText }} + +
+ +
+ Le contenu de cet email est confidentiel, ne le divulguez pas. +
+ + + + + + + +
+ Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur.
+ Message automatique de Phraseanet - Pour gérer l'envoi d'email automatique, connectez-vous à + + {{ phraseanetUrl }} + +
+ +
+ + +