{% extends "layout.html" %} {% set title = "Dashboard - OD-Database" %} {% block body %}
Dashboard

API Keys

{% for token in api_tokens %} {% endfor %}
Description Key Action
{{ token.description }} {{ token.token }}


Misc actions

Delete websites with no associated files that are not queued
Logout
{% endblock body %}