{% extends "layout.html" %} {% block title %}Token management{% endblock %} {% block content %}
{{ super() }}

On this page you can review, add and revoke API tokens.

{% for token in tokens %} {% endfor %}
Token Desciption Authorized by
{{ token.token }} {{ token.description }} {{ token.username }}
{% endblock %} {% block script %} {% endblock %}