{% trans_default_domain 'FOSUserBundle' %} {% block subject %} {%- autoescape false -%} [Doughnut Wedding] Password reset requested {%- endautoescape -%} {% endblock %} {% block body_text %} {% autoescape false %} Hi {{ user.name }}, Someone has requested to reset the password for your account. If this was not you please ignore this message. No further action is required. To reset your password please visit this link in your browser : {{ confirmationUrl }} Thank you, Katrina and Eric ❤ {% endautoescape %} {% endblock %} {% block body_html %} {% endblock %}