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

Create API Token

Scopes

Select which packages and actions this token can access.

All Packages
{% if packages %}

Per-package

{% for pkg in packages %}
{{ pkg.name }}
{% endfor %} {% endif %}
Cancel
{% endblock %}