{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Select your home institution" %}{% endblock %} {% block header %}{% trans "Select your home institution" %}{% endblock %} {% block content %}

Your selected Home Organization is:

{{ currentidp }}

{% csrf_token %}

A default setting for your Home Organization has the effect that you don't need to select your Home Organization anymore when accessing this webpage with this web browser.

{% endblock %}