{% 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 %}Your new password:{% endtrans %}
{% trans %}You can sign in to your account using new password by following this link:{% endtrans %}
{% trans %}Sign In{% endtrans %} {% endblock %}