{% if session["login"] %}
Tresor
{% for role in session.get("acl", []) %} {{ role }} {% endfor %}
Manage tresor

Enter your password below. The tresor will be kept unlocked until you refresh the window or lock it.

...
{% endif %}
💡
{% if "system" in session.get("acl", []) %}
{% if ENFORCE_DBUPDATE %} {% endif %}
{% endif %}