{% extends "repo_master.html" %} {% from "_formhelper.html" import render_field_in_row %} {% set tag = "home" %} {% block title %}Create token{% endblock %} {% block repo %}
Create a new token

From the list below, select one or more actions you want to authorize this token for.

After that, click 'Create' to generate a token with the selected permissions.

{% for acl in acls %}
{% endfor %}
Cancel {{ form.csrf_token }}
{% endblock %}