{% extends "base_login.html" %} {% load i18n static %} {% block extra_style %} {% endblock %} {% block main_content %}
{% if LANGUAGE_CODE == 'de' %}

Die HU-Box verwendet die zentrale Einmal-Anmeldung (Single Sign-On per Shibboleth). Wählen Sie bitte Ihre Heimatinstitution aus und melden sich dort an. Shibboleth überträgt die angezeigten und notwendigen Daten an die HU-Box.

{% else %}

The HU-Box uses the central single sign-on via Shibboleth. Please select your home organization and login there. Shibboleth transfers the displayed and necessary data to the HU-Box.

{% endif %}
{% endblock %} {% block extra_script %} {% endblock %}