{% load i18n %}
{% load url from future %}

{% blocktrans with site_name=site_name %}You are receiving this email because you requested resetting the password at {{ site_name }}.{% endblocktrans %}

{% trans "All you have to do is click in this link and set your new password:" %}

{{protocol}}://{{domain}}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}

{% blocktrans with username=user.username %}Remember that you used the username: {{ username }}.{% endblocktrans %}

{% blocktrans with site_name=site_name %}The team at {{ site_name }}.{% endblocktrans %}

