{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% translate "Import from the Fittings Plugin" %}

{% translate "Select the doctrines to import. Every fitting inside them is converted into a fitcheck fitting standard with the default substitution policy - tune slot policies afterwards. Already-imported items are skipped, never duplicated." %}

{% translate "Plugin categories (and their group visibility) are synced too - the fittings plugin is the source of truth, so importing or pulling updates overwrites local edits to those categories." %}

{% csrf_token %} {% for doctrine in plugin_doctrines %} {% empty %} {% endfor %}
{% translate "Doctrine" %} {% translate "Fittings" %}
{{ doctrine.name }} {% if doctrine.already_imported %} {% translate "already imported" %} {% endif %}
{% for fit in doctrine.fits|slice:":10" %} {% if fit.ship_type_id %} {% endif %} {% endfor %}
{{ doctrine.fit_count }} {% translate "fits" %}
{% translate "The Fittings plugin has no doctrines yet." %}
{% translate "Cancel" %}
{% endblock %} {% block extra_javascript %} {% endblock %}