{% autoescape off %}{% blocktrans with user.get_full_name as user %}Dear {{ user }},{% endblocktrans %}

{% blocktrans with site.name as site %}We are sending this email because you have requested a password resetfor your account at {{ site }} website.{% endblocktrans %}

{% trans "Please click on the link below to set a new password." %}

{{ protocol }}://{{ domain }}{% url django.contrib.auth.views.password_reset_confirm uidb36=uid token=token %}

{% trans "Thank you for using our website." %}

{% trans "Sincerely," %}

{{ protocol }}://{{ domain }}{% endautoescape %}