{% extends TEMPLATE_BASE %} {% load i18n %} {% load staticfiles %} {% block content %}
{% trans "Missing Attributes" %}

{% trans "Some required attributes were not released by your Identity Provider." %}

{% for error in errors %} {% endfor %}
{% trans "Attribute" %} {% trans "Value" %}
{{ error }} -
{% trans "Back" %}


{% endblock content %}