{% load i18n %} {% autoescape off %} {% blocktrans with firstname=user.first_name lastname=user.last_name %} Dear {{ firstname }} {{ lastname }}, We received a request to reset your password. To do so and access your account, click the link below. {% endblocktrans %} {% block reset_link %} {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} {% endblock %} {% blocktrans %} The link resets your forgotten password and lets you create a new one. If you didn't request this, please ignore this email. Your password won't change until you access the link above and create a new one. Thank you for using {{ site_name }}. {% endblocktrans %} {% endautoescape %}