{% extends 'mails/layout.txt' -%}
{% block body %}{% trans user=user.display_name -%}
Hi {{ user }}!

You can reset your password by clicking the following link:

{{ reset_url }}

If you did not request your password to be reset, just delete
this e-mail and ignore the request.

{%- endtrans %}{% endblock %}
