Hi {{ signup.displayname }},

an account was created on the {{ config.ORGANISATION_NAME }} infrastructure with this mail address.

Please visit the following url to complete the account registration:

{{ url_for('signup.signup_confirm', signup_id=signup.id, token=signup.token, _external=True) }}

**The link is valid for 48h**

{% if config.WELCOME_TEXT %}
{{ config.WELCOME_TEXT }}

{% endif -%}

If you have not requested an account on the {{ config.ORGANISATION_NAME }} infrastructure, you can ignore this mail.
