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

Doctrine Coverage Summary

Global view for leadership and FCs
{{ member_count }} members {{ active_character_count }} active characters {% if perms.mastery.manage_summary_groups %} Summary settings {% endif %}
Reset
{% if not selected_group %}
No summary audience group is configured yet. {% if perms.mastery.manage_summary_groups %} Create one in summary settings. {% endif %}
{% endif %} {% if selected_group %}
Doctrines
{% for item in doctrine_summaries %} {% empty %} {% endfor %}
Doctrine Flyable now (players) Flyable now (characters) Trainable < {{ training_days|default:7 }}d 100% recommended Avg recommended Configured fits Actions
{{ item.doctrine.name }}
{{ item.doctrine.name }}
{{ item.active_characters_total }} active characters
{{ item.kpis.flyable_now_users }}/{{ item.kpis.users_total }} {{ item.kpis.flyable_now_characters }} {{ item.kpis.trainable_under_week }} {{ item.kpis.recommended_ready }}/{{ item.kpis.users_total }}
{{ item.kpis.recommended_avg_pct }}%
Recommended avg
{{ item.configured_fittings }}/{{ item.fittings_total }} Open doctrine detail
No doctrines available for this filter scope.
{% endif %}
{% endblock %}