{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% blocktranslate with fit=fit.name ship=fit.ship_type.name %} Test a {{ ship }} fit against "{{ fit }}" {% endblocktranslate %}
{% csrf_token %}
{% translate "In game: open the fitting window, click the hamburger menu, choose Copy. For mutated modules, export from Pyfa with mutations included." %}
{% if gradeable_doctrines %}
{% translate "Each doctrine has its own policy snapshot for this fit; pick one or more to check against. Leave all unchecked to grade against the fit's source-level defaults." %}
{% for doctrine in gradeable_doctrines %}
{% endfor %}
{% else %}
{% translate "This fit is standalone (in no doctrine you can see); it will be graded against its source-level defaults." %}
{% endif %} {% translate "Cancel" %}
{% endblock %}