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

{% trans %}to reset your password, please paste the following link into your browser's address bar:{% endtrans %}
{{ url_for("accounts.reset_password", token=token) }}

{% trans duration=expires_in | duration %}
Note that this link is only valid for a duration of {{ duration }}.
{% endtrans %}

-----

{% trans %}If you did not request a password reset, you can ignore this email.{% endtrans %}
