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