{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
| {% 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.ship_type.name }} | {% for doctrine in fit.doctrines.all %} {{ doctrine.name }} {% empty %} {% translate "standalone" %} {% endfor %} | {% if fit.compliance_policy %} {{ fit.compliance_policy.name }} {% else %} {{ fit.get_default_policy_display }} {% 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 %} | |
| {% if has_filters %} {% translate "No fittings match these filters." %} {% else %} {% translate "No fitting standards yet - import one from EFT." %} {% endif %} | ||||||||