{% 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 %}
{% 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 %}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 %}