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

{% trans "Job alerts" %}

{% trans "Configure industry job notification cadence." %}

{{ job_notification_hint }}

{% trans "Every" %}

{% trans "Set how long should pass between grouped alerts." %}

{% trans "Copy sharing" %}

{% trans "Configure personal and corporation blueprint sharing scopes." %}

{{ copy_sharing_state.button_hint }}

{{ copy_sharing_state.explanation }}

{% if can_manage_corp_bp_requests %}

{% trans "Corporations" %}

{% trans "Manage job alerts and sharing per corporation." %}

{% if corporation_settings_controls %} {% with corp_count=corporation_settings_controls|length %}
{% for corp in corporation_settings_controls %}

{{ corp.jobs_hint }}

{% trans "Every" %}

{% trans "Set how long should pass between grouped corporation alerts." %}

{{ corp.status_hint }}

{{ corp.status_label }}
{% endfor %}
{% endwith %} {% else %}

{% trans "No corporation tokens detected yet." %}

{% endif %}
{% else %}

{% trans "Corporation settings are not available for your account." %}

{% endif %}
{% if can_manage_material_hub %}

{% trans "Material Exchange" %}

{% trans "Configure and manage material exchange hubs across your corporations." %}

{% trans "Set up pricing rules, corporation hangars, and market operations." %}

{% if material_exchange_enabled %} {% trans "Enabled" %} {% else %} {% trans "Disabled" %} {% endif %}

{% blocktrans with total=material_exchange_config_total active=material_exchange_config_active %}{{ active }} active of {{ total }} configured hubs{% endblocktrans %}

{% csrf_token %}
{% trans "Auto-save" %}
{% endif %}

{% trans "Intro" %}

{% trans "Show the Overview introduction again." %}

{% endblock content %} {% block indy_hub_global_modals %} {{ block.super }} {% endblock %} {% block extra_javascript %} {% endblock extra_javascript %}