{% if repo %} {% extends "repo_master.html" %} {% else %} {% extends "master.html" %} {% endif %} {% from "_formhelper.html" import render_bootstrap_field %} {% set tag = "home" %} {% block title %}Create token{% endblock %} {% macro render_page() %}
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.
{% if repo %}