diff --git a/templates/web/email-template.html.twig b/templates/web/email-template.html.twig index 6bc7c3889a..250317cd0c 100644 --- a/templates/web/email-template.html.twig +++ b/templates/web/email-template.html.twig @@ -1,114 +1,137 @@ + {{ subject }} - - - + +
-
- - + + + +
+ Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur. +
+ + - - - - - -
- {% if logoUrl is not none %} - {{ logoText }} - {% else %} - {{ logoText }} - {% endif %} - - {{ subject }} -
- - - - - -
- - + - - {% if expiration is not none %} - - - - {% endif %} - {% if buttonText is not none and buttonUrl is not none %} - - + + +
+ + - - - -
- {% if senderName is not none and senderMail is not none %} - {{ senderName }} - - {{ senderMail }}
+
+ {% if logoUrl is not none %} + {{ logoText }} + {% else %} + {{ logoText }} {% endif %} -
- {{ messageText | nl2br }} -
- -
- Le lien suivant est valable jusque {{ app['date-formatter'].getDate(expiration) }} {{ app['date-formatter'].getTime(expiration) }} -
- - - - - - - - - {% endif %} -
- - {{ buttonText }} - + + + + + - - - -
+ {{ subject }}
- + + + + + + + {% if buttonText is not none and buttonUrl is not none %} + + + + {% endif %} + {% if expiration is not none %} + + + + {% endif %} +
+ + + + + + + + +
+ {% if senderName is not none and senderMail is not none %} + {{ senderName }} - + {{ senderMail }}
+ {% endif %} +
+ {{ messageText | nl2br }} +
+
+ +
+ + + + + + + + + + + +
+ + {{ buttonText }} + +
+ +
+ Ce lien est valable jusqu'au {{ app['date-formatter'].getDate(expiration) }} {{ app['date-formatter'].getTime(expiration) }} +
+
+ 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 à - - {{ phraseanetTitle }} - -
- + +
+ Message automatique de Phraseanet
+ Pour gérer l'envoi d'email automatique, connectez-vous à + + {{ phraseanetTitle }} +
-