{% set link = url_for('auth.reset_password', token=token, _external=True) %}
{% trans user=user.username %}Dear {{ user }},{% endtrans %}
{% trans %}Click the link below to reset your password:{% endtrans %}
{% trans %}Sincerely,{% endtrans %}
{% trans %}The Administration{% endtrans %}