{% extends 'base.html' %} {% block body %}
branding logo

Invite Link

{% if not is_valid_session() %}

Welcome to the CCCV Single-Sign-On!

{% 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 %} {% endif %} {% if is_valid_session() %} {% if invite.roles %}
Logout and switch to a different account {% endif %} {% if invite.allow_signup %} Logout to register a new account {% endif %} {% else %} {% if invite.allow_signup %} Register a new account {% endif %} {% if invite.roles %} Login and add the roles to your account {% endif %} {% endif %}
{% endblock %}