{% load i18n %}{% autoescape off %}{% blocktrans %} Hi, You are receiving this email because you asked to reset your password on {{ site_name }}.{% endblocktrans %} {% trans "Please open this url on your browser in order to reset your password :" %} {% block reset_link %} {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} {% endblock %} {% trans "Here's your username, in case you forget it :" %} {{ user.get_username }} {% trans "Thanks for using" %} {{ site_name }}{% endautoescape %}