{% extends "wizard/base.html" %} {% load nm %} {% load js %} {% block content %}
You are not currently logged in. See the Single Sign-On page for details.
{% elif not visitor %}You are currently logged in with SSO username {{request.user.username}}, but you cannot be matched to any person in the site.
If you are already in the site, for example as a Debian Maintainer, you can try to correct the situation using the claim interface.
If you are not yet in the site, visit the 'Join the NM process' page to can create an entry for yourself.
{% else %} {% for c in comments %}{{c}}
{% endfor %} {% if allowed %}Just visit this page and follow the instructions.
{% endif %} {% endif %} {% if visitor %} {% include "wizard/whoami.html" %} {% endif %} {% endblock %}