{% extends 'mastery/base.html' %} {% load i18n %} {% load humanize %} {% load evelinks %} {% load static %} {% block details %}
{% translate "Applied to all fittings unless an override is set on a fitting." %}
{% translate "Training priority for pilots (0 = default, no highlight; 10 = highest urgency)." %}
| {% translate "Fitting" %} | {% translate "Status" %} | {% translate "Approval" %} | {% translate "Mastery" %} |
|---|---|---|---|
|
{{ f.name }}
{{ f.ship_name }}
|
{% if f.configured %} {% translate "Configured" %} {% else %} {% translate "Missing" %} {% endif %} |
{{ f.approval_status_label }}
{% if f.approved_by_actor and f.approved_at %}
{% if f.approved_by_actor.main_character %}
{% translate "Approved by" %}
{{ f.approved_by_actor.display_name }}
{{ f.approved_at|timesince }} {% translate "ago" %}
{% elif f.modified_by_actor and f.modified_at %}
{% if f.modified_by_actor.main_character %}
{% translate "Last updated by" %}
{{ f.modified_by_actor.display_name }}
{{ f.modified_at|timesince }} {% translate "ago" %}
{% else %}
{% translate "No activity recorded yet." %}
{% endif %}
|
{% translate "Effective mastery" %}
{{ f.effective_mastery_label }}
|
| {% translate "No fittings found in this doctrine." %} | |||