{% load i18n %}{% autoescape off %}
{% blocktrans %}You're receiving this email because you requested a password reset for your user account at {{ product_name }}.{% endblocktrans %}

{% trans 'Please go to the following page and choose a new password:' %}

{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

{% trans 'If you have not requested a password change, you can safely ignore this email.' %}
{% endautoescape %}
