{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% translate "Heads up:" %} {% blocktranslate count counter=assignments|length %} This will overwrite per-module policy settings on {{ counter }} fitting in this doctrine. {% plural %} This will overwrite per-module policy settings on {{ counter }} fitting(s) in this doctrine. {% endblocktranslate %} {% translate "Per-assignment exceptions (overrides) are kept. Pilots' existing results go stale and need re-audit." %}
{% blocktranslate with policy=policy.name doctrine=doctrine.name %}Apply '{{ policy }}' to {{ doctrine }}{% endblocktranslate %}

{% blocktranslate count counter=assignments|length %} {{ counter }} fitting will be affected: {% plural %} {{ counter }} fittings will be affected: {% endblocktranslate %}

{% csrf_token %} {% translate "Cancel" %}
{% endblock %}