{% extends "hosterbase.html" %} {% block body %} {% if user.pretty_name == 'GUEST' %}
Please login with an OpenID to get started.
{% elif member_role in user.roles %}
You are already logged in, so you may as well go home.
{% else %}You need to register to associate your OpenID with the system. You can give yourself a shortcut name if you like.
{% endif %} {% endblock %}