{% extends "base.html" %} {% block title %}Create an API token{% endblock %} {% block content %}

Create an API token

This token will allow API access with the same abilities as your current user.

{% if errors %} {% for error in errors %}

{{ error }}

{% endfor %} {% endif %}
{% if token %}

Your API token

Token details
{{ token_bits|tojson }}
{% endif %} {% endblock %}