{% extends 'base.html' %} {% block body %}
{{_('Welcome to the %(org_name)s Single-Sign-On!', org_name=config.ORGANISATION_NAME)}}
{% endif %} {% if invite.roles and invite.allow_signup %}{{_('With this link you can register a new user account with the following roles or add the roles to an existing account:')}}
{% elif invite.roles %}{{_('With this link you can add the following roles to an existing account:')}}
{% elif invite.allow_signup %}{{_('With this link you can register a new user account.')}}
{% endif %} {% if invite.roles %}