{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% translate "Fitting standards live independently - assign them to doctrines from each doctrine's page." %}
{% translate "Recheck Stale Submissions" %} {% translate "New Fitting (EFT Import)" %}
{% translate "All" %} {% for d in pill_doctrines %} {{ d.name }} ({{ d.fit_count }}) {% endfor %} {% translate "Standalone" %} {% if overflow_doctrines %}
{% endif %}
{% if active_doctrine %} {% endif %} {% if active_sort %} {% endif %} {% if has_filters %} {% translate "Clear filters" %} {% endif %}
{% translate "Fitting standards" %}
{% for fit in page_obj %} {% empty %} {% endfor %}
{% translate "Fitting" %} {% if active_sort == 'name' %} {% elif active_sort == '-name' %}{% endif %} {% translate "Hull" %} {% if active_sort == 'hull' %} {% elif active_sort == '-hull' %}{% endif %} {% translate "Doctrines" %} {% if active_sort == 'doctrines' %} {% elif active_sort == '-doctrines' %}{% endif %} {% translate "Policy" %} {% translate "Version" %} {% if active_sort == 'version' %} {% elif active_sort == '-version' %}{% endif %} {% translate "Created" %} {% if active_sort == 'created' %} {% elif active_sort == '-created' %}{% endif %} {% translate "Updated" %} {% if active_sort == 'updated' %} {% elif active_sort == '-updated' %}{% endif %} {% translate "Active" %}
{{ fit.name }} {{ fit.ship_type.name }} {% for doctrine in fit.doctrines.all %} {{ doctrine.name }} {% empty %} {% translate "standalone" %} {% endfor %} {% if fit.compliance_policy %} {{ fit.compliance_policy.name }} {% else %} {% translate "None applied yet" %} {% endif %} {% translate "Fit" %} v{{ fit.version }} {{ fit.created_at|date:"Y-m-d" }} {{ fit.last_updated|date:"Y-m-d" }} {% if fit.is_active %} {% else %} {% endif %}
{% csrf_token %}
{% if has_filters %} {% translate "No fittings match these filters." %} {% else %} {% translate "No fitting standards yet - import one from EFT." %} {% endif %}
{% include "fitcheck/partials/pagination.html" %} {% endblock %}