{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% load static %} {% block page_title %}{% trans "Indy Hub" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}

{% trans "Welcome to Indy Hub" %}

{% trans "Your comprehensive EVE Online industrial management dashboard. Track blueprints, monitor jobs, and optimize your manufacturing operations." %}

{% if not has_blueprint_tokens or not has_jobs_tokens %}
{% trans "Complete your ESI setup to unlock all features" %}
{% endif %}
{% trans "Quick Stats" %}
{{ blueprint_count|default:0 }}
{% trans "Blueprints" %}
{{ active_jobs_count|default:0 }}
{% trans "Active Jobs" %}
{{ blueprint_token_count|default:0 }}
{% trans "Characters" %}
{{ completed_jobs_count|default:0 }}
{% trans "Completed" %}
{% trans "Blueprint Library" %}

{% trans "Manage your blueprints and research" %}

{% if has_blueprint_tokens %}
{{ original_blueprints|default:0 }}
{% trans "Originals" %}
{{ copy_blueprints|default:0 }}
{% trans "Copies" %}
{{ stack_blueprints|default:0 }}
{% trans "Stacks" %}
{% else %}
{% trans "Blueprint access not configured" %}
{% trans "Setup Access" %}
{% endif %}
{% trans "Industry Jobs" %}

{% trans "Monitor manufacturing and research" %}

{% if has_jobs_tokens %}
{{ active_jobs_count|default:0 }}
{% trans "Active" %}
{{ completed_jobs_count|default:0 }}
{% trans "Completed" %}
{{ jobs_token_count }}
{% trans "Characters" %}
{% else %}
{% trans "Industry jobs access not configured" %}
{% trans "Setup Access" %}
{% endif %}
{% trans "All EVE Blueprints" %}

{% trans "Browse the full reference of all blueprints in EVE Online." %}

{% trans "Blueprint Copy Sharing" %}

{% trans "Request copies from the community or share your own originals." %}

{% trans "ESI Access" %}
{% if has_blueprint_tokens %} {{ blueprint_token_count }} {% trans "blueprint" %} {% else %} {% trans "No blueprint access" %} {% endif %} | {% if has_jobs_tokens %} {{ jobs_token_count }} {% trans "jobs" %} {% else %} {% trans "No jobs access" %} {% endif %}
{% trans "Manage ESI" %}
{% block extra_javascript %} {% endblock extra_javascript %} {% endblock %}