{% set link = url_for('auth.reset_password', token=token, _external=True) %}

{% trans link=link %}Dear {{ username }},

Click the link below to reset your password:

{{ link }}

Sincerely,
The Administration
{% endtrans %}
