{% extends "_email/base_html.html" %} {% load i18n %} {% load url from future %} {% block content %}

{% trans %}You are receiving this message because you have requested for new password to be generated and set on your account.{% endtrans %}

{% trans %}To confirm that you want to reset your account's password with new one click the link below:{% endtrans %}

{% trans %}Reset my password{% endtrans %}

{% trans %}Your new password will be sent back to you in next message once you click confirmation link.{% endtrans %}

{% endblock %}