{% extends 'allianceauth/base-bs5.html' %} {% load i18n %} {% block page_title %}{% translate "Corptools Admin" %}{% endblock %} {% block header_nav_collapse_left %} {% include 'corptools/top_menu.html' %} {% endblock %} {% block content %} {% translate "Corptools Configuration Info" as page_title %} {% include "framework/header/page-header.html" with title=page_title %}
{% translate "Manual Task Run" %}

{% csrf_token %}
{% translate "Wipe all the etags from cache to force new data pulls" %}
{% translate "Force a full map update from ESI" %}
{% translate "Attempt to update all Citadel names from ESI" %}
{% translate "Force updates to ALL Character Audits" %}
{% translate "Force updates to ALL Corporation Audits" %}
{% translate "Force updates to ALL Eve Entity Names" %}
{% translate "Corptools Module Configuration" %}
{% translate "Module" %} {% translate "Enabled" %} {% translate "Include in Active" %} {% translate "Temp Disabled" %}
{% translate "Assets" %} {% if ct_config.disable_verification_assets %} {% translate "(Validation Disabled)" %} {% else %} {% translate "(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 %}
{% translate "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 %}
{% translate "Notifications" %} {% if ct_config.disable_verification_notifications %} {% translate "(Validation Disabled)" %} {% else %} {% translate "(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 %}
{% translate "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 %}
{% translate "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 %}
{% translate "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 %}
{% translate "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 %}
{% translate "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 %}
{% translate "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 %}
{% translate "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 %}
{% translate "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 %}
{% translate "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 }}
{% translate "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 }}
{% translate "Audit Models" %}

{% translate "Corporation Audits" %} {{ corpations }}
{% translate "Character Audits (Active/Total)" %} {{active_chars}} / {{ characters }}
{% translate "Skill Lists" %} {{ skilllists }}
{% translate "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 %}