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

{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
{{ protocol }}://{{ site_name }}{% url 'password_reset_confirm' uidb36=uid token=token %}
{% endblock %}

{% trans "If you didn't request this change, you can disregard this email - we have not yet reset your password." %}

{% trans "Thanks for using our site!" %}

{% blocktrans %}The {{ platform_name }} Team{% endblocktrans %}

{% endautoescape %}