{% extends 'mastery/base.html' %} {% load humanize %} {% load evelinks %} {% load l10n %} {% block details %}
| Main | {% include 'mastery/partials/_summary_status_headers.html' with include_tooltips=1 include_chars_suffix=0 status_thresholds=status_thresholds %}|||||
|---|---|---|---|---|---|
|
{% if row.main_character %}
{{ row.main_character.character_name }}
{{ row.flyable_count }}/{{ row.active_count }} flyable
{{ 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. | |||||