{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% block details %}

{% trans "Discover Corporate Hangars" %}

Back to Config

This tool scans the first few pages of your corporate assets to find active Location IDs and Flag IDs (hangars) so you can easily configure them for inventory tracking.

{% trans "Found Hangar Locations" %}

How it works: This tool only looks at items directly located in a hangar to identify the Location ID (Station/Structure) and the Division Flag ID. It does not scan inside containers or ships during this discovery phase. Once you configure a hangar here, the background synchronization task will automatically dive deep and scan the entire inventory including all containers and ships.

Structure Names Unknown? If your player structures show up as "Unknown Structure", you need to grant the esi-universe.read_structures.v1 permission. Go back to the Director Config page and click "Grant Corp Token (Assets, Jobs & Structures)" to add this scope.
{% for hangar in discovered_hangars %} {% empty %} {% endfor %}
Location (Station/Structure) Flag ID (Division) Items Found (approx) Status Action
{{ hangar.location_name }}
ID: {{ hangar.location_id }}
{{ hangar.flag_id }} {{ hangar.item_count|intcomma }} {% if hangar.is_configured %} Configured {% else %} Not Configured {% endif %} {% if not hangar.is_configured %}
{% csrf_token %}
{% else %} {% endif %}
No corporate hangars could be discovered. Please ensure your ESI token is valid and your corporation has assets.
{% endblock %}