{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% load static %} {% block page_title %}{% trans "ESI Token Management" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% if blueprint_auth_url %} {% trans "Authorize Blueprint" %} {% endif %} {% if jobs_auth_url %} {% trans "Authorize Jobs" %} {% endif %} {% trans "Authorize All Scopes" %}
{% trans "Blueprint Access" %} {{ blueprint_token_count|default:0 }}
  • {% trans "View all character blueprints" %}
  • {% trans "Check material & time efficiency" %}
  • {% trans "Automatic synchronization" %}
{% if has_blueprint_tokens %} {% trans "View My Blueprints" %} {% else %} {% trans "Authorize Blueprint" %} {% endif %}
{% trans "Industry Jobs Access" %} {{ jobs_token_count|default:0 }}
  • {% trans "Monitor manufacturing & research jobs" %}
  • {% trans "View completion times & costs" %}
  • {% trans "Real-time status updates" %}
{% if has_jobs_tokens %} {% trans "View My Jobs" %} {% else %} {% trans "Authorize Jobs" %} {% endif %}
{% trans "Character Sync Status" %}
{% for char in characters %} {% empty %} {% endfor %}
{% trans "Character" %} {% trans "Blueprint Sync" %} {% trans "Jobs Sync" %}
{{ char.name }} {{ char.name }}
{% trans "No characters found." %}
{% trans "How ESI Authorization Works" %}
{% trans "Secure Authorization" %}

{% trans "All authorization is handled securely through CCP's official ESI API using OAuth 2.0 standards." %}

{% trans "Automatic Updates" %}

{% trans "Your data is automatically synchronized with EVE Online, ensuring you always have the latest information." %}

{% trans "Privacy Protected" %}

{% trans "Only the data you specifically authorize will be accessed. You can revoke access at any time." %}


{% trans "Getting Started" %}

{% trans "To use Indy Hub effectively, you'll need to authorize both blueprint and industry jobs access:" %}

  1. {% trans "Click the authorization buttons above for each required scope" %}
  2. {% trans "You'll be redirected to EVE Online's secure login page" %}
  3. {% trans "Select the character(s) you want to authorize" %}
  4. {% trans "Return here to start managing your industrial data" %}
{% block extra_javascript %} {% endblock extra_javascript %} {% endblock content %}