{% trans %}Password Reset{% endtrans %}
{% trans %}Dear {{ user_name }},{% endtrans %}
{% trans %}You have requested your password on {{ site_title }} to be reset.{% endtrans %}
{% trans %}Please click the following button to confirm this request:{% endtrans %}
{% trans %}Reset Password{% endtrans %}
{% trans %}If the button above doesn't work, you can also copy and paste the following link into your browser:{% endtrans %}
{{ reset_link }}
{% trans %}Have a nice day.{% endtrans %}