{% block subject %} {{ 'resetting.email.subject'|trans({}, 'FOSUserBundle' ) }} {% endblock %} {% block body_text %} {% autoescape false %} {{ 'resetting.email.text'|trans({'%username%': user.firstname, '%confirmationUrl%': confirmationUrl}, 'FOSUserBundle')|raw }} {% endautoescape %} {% endblock %} {% block body_html %} {% include 'AppBundle:Emails:body.html.twig' with { 'subject': block('subject'), 'message': 'resetting.email.html'|trans({'%username%': user.firstname, '%confirmationUrl%': confirmationUrl}, 'FOSUserBundle'), } %} {% endblock body_html %}