first commit after reset
[mixstore.git] / src / Mixstore / UserBundle / Resources / views / Registration / email.txt.twig
1 {% trans_default_domain 'FOSUserBundle' %}
2 {% block subject %}
3 {% autoescape false %}
4 {{ 'registration.email.subject'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }}
5 {% endautoescape %}
6 {% endblock %}
7 {% block body_text %}
8 {% autoescape false %}
9 {{ 'registration.email.message'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }}
10 {% endautoescape %}
11 {% endblock %}
12 {% block body_html %}{% endblock %}