]> Raphaƫl G. Git Repositories - userbundle/blobdiff - templates/mail/recover.text.twig
Import user templates
[userbundle] / templates / mail / recover.text.twig
diff --git a/templates/mail/recover.text.twig b/templates/mail/recover.text.twig
new file mode 100644 (file)
index 0000000..458cc8e
--- /dev/null
@@ -0,0 +1,17 @@
+{% trans_default_domain 'rapsysuser' %}
+{{ subject }}
+{% for i in range(1, subject|length) %}={% endfor %}
+
+
+{{ 'Thanks so much for rejoining %site%:'|trans({'%site%': site})|raw }}
+{{ home_url }}
+
+{% trans %}To recover your account follow this link:{% endtrans %}
+
+{{ recover_url }}
+{% if copy is defined and copy %}
+
+--
+
+{{ copy.long }} - {{ copy.short }}
+{% endif %}