{% extends "base.html" %} {% block title %}Create an API token{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
This token will allow API access with the same abilities as your current user, {{ request.actor.id }}
{% if token %}{{ token_bits|tojson(4) }}