{% extends 'allianceauth/base-bs5.html' %} {% load i18n %} {% block page_title %}{{page_title}}{% endblock %} {% block content %}

{% translate "Corptools Configuration Info" %}

Manual Task Run

{% csrf_token %}
Wipe all the etags from cache to force new data pulls

Force a full map update from ESI

Attempt to update all Citadel names from ESI

Force updates to ALL Character Audits

Force updates to ALL Corporation Audits

Force updates to ALL Eve Entity Names
Corptools Module Configuration
Module Enabled Include in Active Temp Disabled
Assets {% if ct_config.disable_verification_assets %} ( Validation Disabled ) {% else %} ( Validation Enabled ) {% endif %} {% if app_settings.CT_CHAR_ASSETS_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_ASSETS_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_assets %} {% else %} {% endif %}
Contacts {% if app_settings.CT_CHAR_CONTACTS_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_CONTACTS_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_contacts %} {% else %} {% endif %}
Notifications {% if ct_config.disable_verification_notifications %} ( Validation Disabled ) {% else %} ( Validation Enabled ) {% endif %} {% if app_settings.CT_CHAR_NOTIFICATIONS_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_NOTIFICATIONS_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_notif %} {% else %} {% endif %}
Roles {% if app_settings.CT_CHAR_ROLES_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_ROLES_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_roles %} {% else %} {% endif %}
Industry {% if app_settings.CT_CHAR_INDUSTRY_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_INDUSTRY_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_indy %} {% else %} {% endif %}
Mining {% if app_settings.CT_CHAR_MINING_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_MINING_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_mining %} {% else %} {% endif %}
Wallets/Markets/Contracts {% if app_settings.CT_CHAR_WALLET_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_WALLET_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_wallet %} {% else %} {% endif %}
Skills {% if app_settings.CT_CHAR_SKILLS_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_SKILLS_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_skills %} {% else %} {% endif %}
Clones {% if app_settings.CT_CHAR_CLONES_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_CLONES_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_clones %} {% else %} {% endif %}
Mail {% if app_settings.CT_CHAR_MAIL_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_MAIL_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_mails %} {% else %} {% endif %}
Loyalty Points {% if app_settings.CT_CHAR_LOYALTYPOINTS_MODULE %} {% else %} {% endif %} {% if not app_settings.CT_CHAR_ACTIVE_IGNORE_LOYALTYPOINTS_MODULE %} {% else %} {% endif %} {% if ct_config.disable_update_loyaltypoints %} {% else %} {% endif %}
Eve Models

{% translate "Entity Names" %} {{ names }}
{% translate "Structure Names" %} {{ location }}
{% translate "Categories" %} {{ categorys }}
{% translate "Groups" %} {{ groups }}
{% translate "Types" %} {{ types }}
{% translate "Dogma Attributes" %} {{ dogma }}
{% translate "Type Refine Material Outputs" %} {{ type_mets }}
Eve Universe Models

{% translate "Regions" %} {{ regions }}/112
{% translate "Constellations" %} {{ constellations }}/1174
{% translate "Systems" %} {{ systems }}/8436
{% translate "Gate Links" %} {{ gates }}/6888
{% translate "Jump Bridge Links" %} {{ bridges }}
Audit Models

{% translate "Corporation Audits" %} {{ corpations }}
{% translate "Character Audits (Active/Total)" %} {{active_chars}} / {{ characters }}
{% translate "Skill Lists" %} {{ skilllists }}
Audit Tasks

{% translate "Character Task" %} {{ char_tasks }}
{% translate "Corporation Task" %} {{ corp_tasks }}
{% translate "Skill Lists" %}

{% csrf_token %}
{% translate "This will show as the name of the Skill List" %}.
{% translate "PYFA XML Skills required list" %}.
{% endblock content %} {% block extra_javascript %} {% endblock extra_javascript %}