{% extends "aa_esi_oauth2_scopes/base.html" %} {% load i18n %} {% load sri %} {% block details %}
{% translate "ESI OAuth2 Scopes" %} {% translate "and what each scope unlocks" %}

{% blocktrans with openapi_url="https://esi.evetech.net/meta/openapi.json" compat_dates_url="https://esi.evetech.net/meta/compatibility-dates" %} Parsed live from openapi.json, requested with an X-Compatibility-Date header (see compatibility dates), switch dates below to see how scopes and endpoints have changed over time.
Search for a scope name, an endpoint path, or a word from an endpoint's summary to find out which scope you need, or expand a scope to see every endpoint it unlocks. {% endblocktrans %}

{% translate "Select a compatibility date." %}
{% translate 'Search scopes or endpoints (e.g. "assets", "mail", "GetCharactersCharacterIdAssets").' %}

{% endblock %} {% block extra_javascript %} {% comment %}Django translations for JavaScript are not available in the static files, so we need to pass them to the JS code here{% endcomment %} {% translate "No endpoints currently require this scope." as no_endpoints_message %} {% translate "%(current_scopes_length)s scopes covering %(total_endpoints)s endpoints, for compatibility date %(date)s" as scopes_count_message %} {% translate "Showing %(number)s of %(total)s scopes." as showing_scopes_message %} {% translate 'No scopes or endpoints match "%(query)s".' as no_match_message %} {% translate "Could not load the ESI OpenAPI specs (%(textstatus)s). Try reloading the page." as load_error_message %} {% translate "Loading scopes for compatibility date %(date)s…" as loading_scopes_message %} {% translate "Failed to load OpenAPI specs: %(status)s %(statustext)s" as failed_load_spec_message %} {% translate "Failed to load compatibility dates: %(status)s %(statustext)s" as failed_load_compatibility_dates_message %} {% translate "No compatibility dates returned!" as no_compatibility_dates_message %} {% translate "most recent" as most_recent_message %} {% translate "%(count)s endpoint" as endpoint_singular_message %} {% translate "%(count)s endpoints" as endpoint_plural_message %} {% sri_static 'aa_esi_oauth2_scopes/js/esi-scopes.min.js' %} {% endblock %}