{% block subject %} {% autoescape false %} {% trans %}Change your password at Select:OFF{% endtrans %} {% endautoescape %} {% endblock %} {% block body_text %} {% autoescape false %} {% trans %}Hello{% endtrans %}, {% trans %}Don’t worry about forgetting your password.{% endtrans %} {% trans %}Simply set the new password at{% endtrans %}: {{ confirmationUrl }} {% trans %}Best,{% endtrans %} {% trans %}Select:OFF Team{% endtrans %} {% endautoescape %} {% endblock %} {% block body_html %} {% trans %}Change your password at Select:OFF{% endtrans %}

{% trans %}Hello,{% endtrans %}

{% trans %}Don’t worry about forgetting your password.{% endtrans %}

{% trans %}Simply set the new password at{% endtrans %}: {{confirmationUrl}}

{% trans %}Best,{% endtrans %}

{% trans %}Select:OFF Team{% endtrans %}

{% endblock %}