{% extends "base.html" %} {% block content %} {% if paint_logout %} {% if attributes %}

You have the following attributes:

{% for attr, i in attributes %} {% if i == 0 %} {% end %}
NameValues
{{ attr }}
    {% end %} {% if i == 1 %} {% for val in attr %}
  • {{ val }}
  • {% end %} {% end %}
{% else %} {% end %} Logout {% else %} Login and access again to this page {% end %} {% end %}