{% import "header.html" as header %} Admin control {{header.make_header(request=request)}}

Admin tools

Download database file

Statistics

StoredCached
Albums{{counts.albums}}{{cached.albums}}
Bookmarks{{counts.bookmarks}}{{cached.bookmarks}}
Photos{{counts.photos}}{{cached.photos}}
Tags{{counts.tags}}{{cached.tags}}
Users{{counts.users}}{{cached.users}}

Users

{% for user in users %} {% endfor %}
ID Name Username
{{user.id}} {{user.display_name}} {{user.username}}

Config

{{etq_config}}
{{server_config}}

Sessions

{% for (token, session) in sessions %} {% endfor %}
Token IP User Last activity Remove
{{token}} {{session.ip_address}} {% if session.user %}{{session.user.display_name}}{% else %}anonymous{%endif%}