{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% translate "Enforcement Settings" %} {% translate "Back" %}

{% translate "How the checker treats the verification concerns it can't always confirm from a submission. Each mode:" %}

  • {% translate "Reject - Always Enforce" %}: {% translate "a requirement that isn't confirmed met is a hard fail (even when unverifiable)." %}
  • {% translate "Enforce by policy" %}: {% translate "a verifiable shortfall fails; unverifiable cases only warn. (Default behaviour.)" %}
  • {% translate "Pass - Warning" %}: {% translate "never fails the fit; shows a warning when not met." %}
  • {% translate "Pass - Never Enforce" %}: {% translate "skips the check entirely." %}
{% csrf_token %}
{{ form.implant_mode }}
{% translate "Implants plugged in the pilot's active clone (needs the implant ESI scope to verify)." %}
{{ form.fuel_mode }}
{% translate "Isotopes in a capital's fuel bay, with Qty % leeway." %}
{{ form.booster_mode }}
{% translate "Combat boosters. Absence can't be verified from EFT/ESI - only 'Reject' fails on absence." %}
{{ form.feb_mode }}
{% translate "Matches the doctrine fit's specified escape-bay frigate against the pilot's bay (ESI-sourced)." %}
{% endblock %}