{% extends "base.html" %} {% load widget_tweaks %} {% load i18n %} {% block sidenav %}{% endblock %} {% block extraheadbottom %} {% endblock %} {% block title %}{% if error %}{% if inactive %}{% trans "Activation Pending" %}{% else %}{% trans "Error" %}{% endif %}{% endif %}{% endblock %} {% block pagejsbottom %} {% endblock %} {% block contentplaceholder %}

{% if error %}{% if inactive %}{% trans "Activation Pending" %}{% else %}{% trans "Error" %}{% endif %}{% endif %}

{% if error %}{% if inactive %}{% trans "Activation Pending" %}{% else %}{% trans "Error" %}{% endif %}{% endif %}
{% if missing_attributes %}

{% trans "One or more required shibboleth attributes were not released towards this service" %}

{% endif %}

{% autoescape off %}{{error}}{% endautoescape %}

{% if missing_attributes %}

{% trans "Required shibboleth attributes" %}:

    {% if required_attributes_attribute_info__list %} {% for attribute_info in required_attributes_attribute_info__list %}
  • {{ attribute_info }}
  • {% endfor %} {% else %}
  • eduPersonPrincipalName
  • mail
  • eduPersonEntitlement
  • {% endif %}
{% trans "Optional" %}:
    {% if optional_attributes_attribute_info__list %} {% for attribute_info in optional_attributes_attribute_info__list %}
  • {{ attribute_info }}
  • {% endfor %} {% else %}
  • givenName
  • sn
  • {% endif %}

{% endif %}
{% endblock %}