{% extends "base.html" %} {% block title %}Create an API token{% endblock %} {% block content %}
This token will allow API access with the same abilities as your current user.
{% if errors %} {% for error in errors %} {% endfor %} {% endif %} {% if token %}{{ token_bits|tojson }}