{% extends "indy_hub/base.html" %} {% load i18n %} {% load static %} {% block page_title %}{% trans "Material Exchange Configuration" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% if not available_corps %}
{% trans "No corporations found. Make sure you have ESI tokens authorized." %}
{% endif %} {{ market_group_search_index|json_script:"marketGroupSearchIndex" }}
{% csrf_token %}
1{% trans "Corporation" %} 2{% trans "Structure" %} 3{% trans "Hangar" %} 4{% trans "Pricing" %} 5{% trans "Market Groups" %} 6{% trans "Notifications" %}
1
{% trans "Corporation" %}
{% trans "Refreshing assets..." %}
0%
2
{% trans "Structure" %}
{% trans "Structures need esi-assets.read_corporation_assets.v1 for this corporation." %}
3
{% trans "Hangar" %}
{% trans "Division names need esi-corporations.read_divisions.v1 for this corporation." %}
4
{% trans "Pricing" %}
What does it do?
  • Jita Sell + negative % will never go below Jita Buy (floor)
  • Jita Buy + positive % will never go above Jita Sell (cap)
{% trans "Sell Markup" %}

{% trans "Members SELL items to your hub" %}

%
{% trans "Examples" %}
  • {% trans "0% on Jita Buy = members get exact Jita Buy price" %}
  • {% trans "5% on Jita Buy = members get 5% less ISK per unit" %}
{% trans "Buy Markup" %}

{% trans "Members BUY items from your hub" %}

%
{% trans "Examples" %}
  • {% trans "-5% on Jita Sell = members pay 5% less than Jita Sell" %}
  • {% trans "5% on Jita Buy = members pay 5% more than Jita Buy" %}
5
{% trans "Market Groups" %}
{% trans "Tip: you can type an item name (e.g. Mexallon) to reveal its category, then add the whole category." %}
{% if not market_group_choices %}
{% trans "No industry market groups found. Check that SDE compatibility data is loaded." %}
{% else %}
{% trans "Available" %}
{% trans "Selected" %}
{% trans "Available" %}
{% trans "Selected" %}
{% endif %}
6
{% trans "Notifications" %}
{% trans "If disabled, users must submit fully compliant contracts. Admin anomaly review notifications will not be sent automatically." %}
{% if config %} {% endif %} {% trans "Cancel" %}
{{ hangar_divisions|json_script:"hangarDivisionsData" }} {% endblock content %}