{% extends "indy_hub/base.html" %} {% load i18n %} {% load static %} {% block page_title %}{% trans "Welcome" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% trans "Welcome" %}

{% trans "Indy Hub" %}

{% trans "Quick tour of Indy Hub. You see this once; next time you'll land on the Overview." %}

{% trans "Module summary" %}

{% trans "Everything for blueprints, jobs, sharing, and corp hub in one place." %}

{% trans "Where to start" %}
  1. {% trans "Connect your characters in ESI." %}
  2. {% trans "Browse Blueprints and Industry to see your data." %}
  3. {% trans "Set your sharing and notification preferences." %}
{% trans "Feature details" %}
{% trans "Overview" %}
{% trans "You're here" %}

{% trans "See what matters now: blueprint and job counts, unread alerts, next actions." %}

{% trans "Blueprints" %}

{% trans "Browse your BPO/BPCs and see which ones are busy." %}

{% trans "Filter by type, check ME/TE, and jump to the prints you use most." %}

{% trans "Blueprint Sharing" %}

{% trans "Request a copy, follow the queue, and chat on each request." %}

{% trans "Receive and deliver quickly with clear status updates." %}

{% trans "Industry" %}

{% trans "See your active and finished jobs at a glance." %}

{% trans "Open a job's details and set the alerts that matter to you." %}

{% trans "Material Hub" %}

{% trans "Buy or sell at corp price, and track approval and delivery." %}

{% trans "Clear statuses so you know what to prepare or pick up." %}

{% trans "ESI" %}

{% trans "Connect your characters in a few clicks." %}

{% trans "Come back here if a counter stays empty to re-enable access." %}

{% trans "Settings" %}

{% trans "Choose who sees what and how you are notified." %}

{% trans "Adjust sharing, alerts, and the material hub if you have access." %}

{% trans "Need to see this again? Settings → Intro → Reset intro." %}

{% endblock content %}