{% if message %}
{{ message }}
{% endif %} {% if username == 'GUEST' %}

You are not currently recognized as a user. You must first login with an OpenID. Once you have done that we can register that OpenID as a valid member of the system.

Login

{% elif target_role in roles %}

You are already a member of the system as user {{ username }}. If you want to register a different OpenID, you need to login as that other ID.

Login

{% else %}

You are logged in as user {{ username }}, but that user is not yet registered as a member. Click below to register.

If you want to register a different OpenID, you need to login as that other ID.

Login

{% endif %}