{% if request.sso_username %} {% if visitor %} You are currently logged in with SSO username {{request.user.username}}, and recognized as {{visitor.a_link}}. {% else %} You are currently logged in with SSO username {{request.user.username}}, but not mapped to any person in the site. If you are a Debian Maintainer, you can try to correct the situation using the claim interface. {% endif %} {% else %} You are not currently logged in. See the Single Sign-On page for details. {% endif %}