{% load i18n %} {% autoescape off %} {% trans 'Hello' %} {{ user.get_full_name|default:user.username }}, {% blocktranslate with site_name_safe=site_name|safe %} You're receiving this email because you requested a password reset for your user account at {{ site_name_safe }}. Please use the following link and choose a new password: {% endblocktranslate %} {% block reset_link %} {{ protocol }}://{{ domain }}{% url reset_url uidb64=uid token=token %} {% endblock reset_link %} {% blocktranslate %} Your username, in case you’ve forgotten: {{ user.username}} If you have not requested a new password or didn't expect this mail please simply ignore it. Looking forward to having you at the event! {% endblocktranslate %} {% endautoescape %}