Login

{% if logged_in_cur_user %}

You are already logged in as {{ logged_in_cur_user }}

{% endif %} {% if error %}

{{ error }}

{% endif %}