{% extends "base.html" %} {% block content %} {% if errors %} {% end %} {% if not_auth_warn %} {% end %} {% if success_slo %} {% end %} {% if paint_logout %} {% if attributes %} {% for attr in attributes %} {% end %}
NameValues
{{ attr[0] }}
    {% for elem in attr[1] %}
  • {{ elem }}
  • {% end %}
{% else %} {% end %} Logout {% else %} Login Login and access to attrs page {% end %} {% end %}