{% load i18n %} {% blocktrans %} Hi {{ user }}, You recently requested a link to reset your {{ request.site }} password for the username {{ user }}. Please set a new password by following the link below: {% endblocktrans %} {% block reset_link %} {{ protocol }}://{{ domain }}{% url "auth_password_reset_confirm" uidb36=uid token=token %} {% endblock %} {% blocktrans %} Thanks, - The {{ request.site }} Team. {% endblocktrans %}