{% extends "base.html" %} {% block content %} {% if errors %} {% endif %} {% if not_auth_warn %} {% endif %} {% if success_slo %} {% endif %} {% if paint_logout %} {% if attributes %} {% for attr in attributes %} {% endfor %}
NameValues
{{ attr.0 }}
    {% for val in attr.1 %}
  • {{ val }}
  • {% endfor %}
{% else %} {% endif %} Logout {% else %} Login Login and access to attrs page {% endif %} {% endblock %}