{% extends "base.html" %} {% block main %}

Log in

{% if error %}
{{ error }}
{% endif %} {% if loggedin %} You are already logged in as {% if oidc %}{{ user.email }}{% else %}{{ username }}{% endif %} {% elif oidc %} Login {% else %}



({% if allowregistration %} no account yet? Register here |{% endif %} Forgot password?)
{% csrf_token %}
{% endif %}
{% endblock %}