{% load i18n %}

{% blocktrans %}We received a request to reset your password at {{ site_name }}{% endblocktrans %}

{{ _("Use the link below to set up a new password for your account.") }}
{{ _("If you did not request to reset your password, ignore this email and the link will expire on its own.") }}

{{ _("Set new password") }}

{{ _("Your username, in case you've forgotten:") }} {{ user.get_username }}
{{ _("Thanks for using our site!") }}
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}