{% extends "base.html" %} {% block content %} {% if errors %} {% endif %} {% if not_auth_warn %} {% endif %} {% if success_slo %} {% endif %} {% if paint_logout %} {% if attributes %}

You have the following attributes:

{% for attr in attributes %} {% endfor %}
NameValues
{{ attr.0 }}
    {% for val in attr.1 %}
  • {{ val }}
  • {% endfor %}
{% else %} {% endif %} Logout {% else %} Login {% endif %} Metadata {% endblock %}