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

{{ fitting.ship_type.name }} {{ fitting.name }}

{{ fitting.ship_type.name }}{% if doctrine %} ยท Doctrine: {{ doctrine.name }}{% endif %}
{% if doctrine %} Back to doctrine {% endif %} View fitting {% if perms.mastery.manage_fittings %} Edit skill plan {% endif %}
Audience group: {{ selected_group.name }}
{% if include_inactive %}{% endif %}
Character readiness
Avg recommended {{ fitting_kpis.recommended_avg_pct }}%
{% include 'mastery/partials/_summary_status_kpi_cards.html' with kpis=fitting_kpis flyable_now=fitting_kpis.flyable_now_users users_total=fitting_kpis.users_total interactive=1 %}
Member coverage
Export CSV
{% include 'mastery/partials/_summary_status_headers.html' with include_tooltips=1 include_chars_suffix=0 status_thresholds=status_thresholds %} {% for row in user_rows %} {% empty %} {% endfor %}
Main
{% if row.main_character %}
{{ row.main_character.character_name }}
{{ row.main_character.character_name }}
{{ row.flyable_count }}/{{ row.active_count }} flyable
{% else %}
{{ row.user.username }}
{{ row.flyable_count }}/{{ row.active_count }} flyable
{% endif %}
{% include 'mastery/partials/_pilot_avatar_cell.html' with pilots=row.elite_pilots bucket='elite' row_user_id=row.user.id status_label='Elite' focus_filter='elite' focus_btn='success' fitting=fitting export_mode=export_mode selected_group=selected_group %} {% include 'mastery/partials/_pilot_avatar_cell.html' with pilots=row.almost_elite_pilots bucket='almost_elite' row_user_id=row.user.id status_label='Almost elite' focus_filter='almost_elite' focus_btn='primary' fitting=fitting export_mode=export_mode selected_group=selected_group %} {% include 'mastery/partials/_pilot_avatar_cell.html' with pilots=row.can_fly_pilots bucket='can_fly' row_user_id=row.user.id status_label='Can fly' focus_filter='can_fly_now' focus_btn='info' fitting=fitting export_mode=export_mode selected_group=selected_group %} {% include 'mastery/partials/_pilot_avatar_cell.html' with pilots=row.almost_fit_pilots bucket='almost_fit' row_user_id=row.user.id status_label='Almost fit' focus_filter='almost_required' focus_btn='warning' fitting=fitting export_mode=export_mode selected_group=selected_group %} {% include 'mastery/partials/_pilot_avatar_cell.html' with pilots=row.needs_training_pilots bucket='needs_training' row_user_id=row.user.id status_label='Needs training' focus_filter='needs_training' focus_btn='danger' fitting=fitting export_mode=export_mode selected_group=selected_group %}
No active characters in the selected activity window.
{% include 'mastery/partials/_pilot_popover_init_script.html' %} {% endblock %}