{% load theme_tags %} {% load i18n %} {% load scope_tags %} {% load sri %} {% load static %} {% include 'allianceauth/opengraph.html' %} {% include 'allianceauth/icons.html' %} {% translate "ESI Token Selection" %} - {{ SITE_NAME }} {% include 'bundles/auth-framework-css.html' %} {% theme_css %} {% include 'bundles/fontawesome.html' %} {% include 'bundles/jquery-js.html' %} {% include 'bundles/auth-framework-js.html' %} {% include 'custom_css/bundles/custom-css.html' %}

{% translate "Select Character" %}

{% translate "Scopes Requested" %}
{% for scope in scopes %}{{ scope|scope_friendly_name }} {% endfor %}
{% if tokens|length > 14 %}
{% translate "New Character" %}
{% endif %} {% for token in tokens|dictsort:"character_name" %}
{% csrf_token %}
{{ token.character_name }}
{% endfor %}
{% translate "New Character" %}
{% theme_js %}