{% trans_default_domain 'FOSUserBundle' %} {% block subject %} {% autoescape false %} {{ 'registration.email.subject'|trans({'%username%': user.firstname, '%confirmationUrl%': confirmationUrl}) }} {% endautoescape %} {% endblock %} {% block body_text %} {% autoescape false %} {{ 'registration.email.message'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }} {% endautoescape %} {% endblock %} {% block body_html %} Full Screen
PAFCIC ONLINE
 
illustration
 
Hello Mr/Mme {{ user.firstname~' '~user.lastname| upper }} ; Please confirme Your Email.
 
{{ user.email }}
 
To finish activating your account - please visit
 
CONFRME !
 
 
All Rights Reserved | Powered by Interactions
Copyright 2017 Pafciconline
 
REGISTRATION
 
{% endblock %}