{% load i18n %}

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

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

{% trans "Set new password" %}

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