{% load i18n %} {% url 'password_reset_confirm' uidb64=uid token=token as confirm_url %} {% blocktrans trimmed with name=user.username %}

dear {{ name }}

you requested password reset link as you somehow forget your password. here is the link:

reset my password

if you can't see or click the link, navigate to this link via the address bar:

{{ protocol }}://{{ domain }}{{ confirm_url }}

if you didn't request such thing, you don't need to worry about anything.

have a good day.

{% endblocktrans %}