{% load i18n %}{% autoescape off %} {% trans "Welcome to" %} {{ site_name }}. {% trans "You're receiving this email because you have requested a password reset." %} {% trans "Please go to the following page and choose a new password:" %} {% block reset_link %} {{ protocol }}://{{ domain }}{% url "django.contrib.auth.views.password_reset_confirm" uidb64=uid token=token %} {% endblock %} {% trans "Your username, in case you've forgotten:" %} {{ user.username }} {% trans "Thanks for using our site!" %} {% blocktrans %}The {{ site_name }} team{% endblocktrans %} {% endautoescape %}