X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/blogbundle/blobdiff_plain/b881ad790b1c50fdff160b5d1d51a72ab68c24d5..8121e8a456951e715d368c7ae2a74e658e8bfd58:/Resources/views/mail/register.html.twig?ds=inline diff --git a/Resources/views/mail/register.html.twig b/Resources/views/mail/register.html.twig new file mode 100644 index 0000000..390dde4 --- /dev/null +++ b/Resources/views/mail/register.html.twig @@ -0,0 +1,14 @@ +{% extends '@RapsysBlog/mail/_base.html.twig' %} +{% block content %} + + + +

{{ 'Welcome to %head.site%'|trans({'%head.site%': head.site}) }}

+

{% if recipient_name %}{{ 'Hi %recipient_name%,'|trans({'%recipient_name%': recipient_name}) }}{% else %}{% trans %}Hi,{% endtrans %}{% endif %}

+

{{ 'Thanks so much for joining %head.site%, the blog program.'|trans({'%head.site%': head.site}) }}

+

{% trans %}To create your account you must follow this link:{% endtrans %}

+

{{ confirm_url }}

+ + + +{% endblock %}