{% extends "indy_hub/base.html" %} {% load i18n %} {% load static %} {% block page_title %}{% trans "Material Exchange Not Configured" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% if material_exchange_disabled %}

{% trans "Material Exchange Disabled" %}

{% trans "The Material Exchange hub is configured but currently disabled in settings." %}

{% else %}

{% trans "Material Exchange Not Configured" %}

{% trans "The Material Exchange hub is not yet configured. Please contact an administrator to set up the corp hangar, structure location, and pricing rules." %}

{% endif %} {% if perms.indy_hub.can_manage_material_hub and not material_exchange_disabled %} {% trans "Configure Material Exchange" %} {% endif %}
{% endblock content %}