{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %} {% if can_import %}
{% translate "Fittings import" %}

{% translate "Bring fittings into Fit Check as fitting standards. Imported fittings start standalone (in no doctrine) - bind them to doctrines and tune slot policies afterwards." %}

{% translate "Manual (EFT paste)" %}

{% translate "Paste an EFT block from the in-game fitting window or Pyfa. Zero friction; needs no ESI scope or extra plugin." %}

{% translate "Paste a fit" %}
{% translate "In-game saved fittings (ESI)" %} {% translate "Planned" %}

{% translate "Bulk-import a pilot's in-game saved fittings over ESI. ESI exposes only a character's personal fittings, so to bring in alliance or corp fits the pilot first copies them to their Personal fittings in-game." %}

{% translate "Fittings plugin" %}
{% if fittings_available %}

{% translate "Bulk-import doctrines and fittings from the colcrunch Fittings plugin, with category sync and on-demand re-sync." %}

{% translate "Import from plugin" %} {% else %}

{% translate "The optional colcrunch Fittings plugin is not installed. Install it to bulk-import its doctrines and fittings." %}

{% endif %}
{% endif %} {% if can_enforce %}
{% translate "Enforcement & global settings" %}
{% translate "Enforcement modes" %}

{% translate "Site-wide handling for the checks the engine can't always verify - implants, fuel, boosters and the Frigate Escape Bay: reject, enforce by policy, warn, or ignore." %}

{% translate "Edit enforcement" %}
{% endif %} {% endblock %}