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