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

{% trans user=user.username %}Dear {{ user }},{% endtrans %}

{% trans %}Click the link below to confirm your email:{% endtrans %}

{% trans %}Sincerely,{% endtrans %}

{% trans %}The Administration{% endtrans %}