{% load i18n %} {% blocktrans %}Greetings {{ user.full_name }}{% endblocktrans %}, {% blocktrans %}You are receiving this email because you (or someone pretending to be you) requested that your password be reset on the {{ domain }} site. If you do not wish to reset your password, please ignore this message.{% endblocktrans %} {% blocktrans %}To reset your password, please click the following link, or copy and paste it into your web browser:{% endblocktrans %} {{ protocol }}://{{ domain }}{% url 'registration_password_reset_confirm' uid token %} {% blocktrans %}Your username, in case you've forgotten: {{ user.username }}{% endblocktrans %} {% blocktrans %} Best regards, {{ site_name }} Management {% endblocktrans %}