{% extends 'base.html' %} {% block content %}

Logged in

Contents of the most recent SAML assertion:

{% if session.saml_attributes %} {% for attribute in session.saml_attributes.keys() %} {% endfor %} {% endif %}
{{ attribute }} {{ session.saml_attributes[attribute][0] }}
{% endblock %}