{% extends 'heliosinstitution/templates/dashboard.html' %} {% load i18n %} {% load staticfiles %} {% block subcontent %}
{% trans "User details" %}

{% trans "Here are listed all the attributes your Identity Provider has released" %}

{% for key, value in user_metadata.items %} {% endfor %}
{% trans "Attribute" %} {% trans "Value" %}
{{ key }} {{ value }}
{% endblock subcontent %}