{% extends 'mastery/base.html' %} {% load i18n %} {% load humanize %} {% load evelinks %} {% load static %} {% block details %}
{{ doctrine.name }}

{{ doctrine.name }}

Fitting mastery configuration for this doctrine
Back to doctrines
{% csrf_token %}
Doctrine default mastery

Applied to all fittings unless an override is set on a fitting.

{% csrf_token %}
Fittings
{{ fittings|length }} total
{% for f in fittings %} {% empty %} {% endfor %}
Fitting Status Mastery Actions
{{ f.ship_name }}
{{ f.name }}
{{ f.ship_name }}
{% if f.configured %} Configured {% else %} Missing {% endif %}
Effective: {{ f.effective_mastery_label }}
{% csrf_token %}
Open fitting
No fittings found in this doctrine.
{% endblock %}