{% extends 'base.html' %} {% block content %} {{ block.super }}

{% translate 'Welcome to the evaluation platform!' %}


{% translate 'HPI login' %}

{% if openid_active %}

{% translate 'Log in using Keycloak.' %}

{% else %}

{% translate 'Log in using email and password.' %}

{% csrf_token %} {% for field in login_email_form %} {% include 'bootstrap_form_field.html' with field=field wide=True %} {% endfor %}
{% endif %}
{% csrf_token %}

{% translate 'D-School, E-School and externals' %}

{% translate 'Here you can request a one-time login URL. We will send it to your email address.' %}

{% include 'bootstrap_form_field.html' with field=new_key_form.email wide=True %}
{% endblock %} {% block modals %} {{ block.super }} {% endblock %}