{% extends "b3theme/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" %}:

  • eduPersonPrincipalName
  • mail
  • eduPersonEntitlement
{% trans "Optional" %}:
  • givenName
  • sn

{% endif %}
{% endblock %}