{% load i18n %} {% load hub_absolute %} {% 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 %} {% hub_absolute 'plainui:password_reset_confirm' uidb64=uid token=token %} {% endblock reset_link %} {% blocktranslate with username=user.username %} Your username, in case you’ve forgotten: {{ 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 %}