|
{% trans "Reset your password" %}
|
{% blocktrans %}Hello {{user}}
We received a request to reset the password associated with this email address.
If you made this request, please follow the instructions below.{% endblocktrans %}
{% blocktrans %}If you did not request to have your password reset you can safely ignore this email.
Rest assured your customer account is safe.{% endblocktrans %}
|
{% autoescape off %}
{% blocktrans %}Click the button below to reset your password:{% endblocktrans %}
{% trans "Reset My Password" %}
{% blocktrans %}If the button above does not work or appear, please use the url address below to verify your account.{% endblocktrans %}
{{ password_reset_url }}
|
{% endautoescape %}
{% blocktrans %}Real Estate Management Service by BuildBlock{% endblocktrans %}
|