{% extends 'mastery/base.html' %} {% load i18n %} {% load humanize %} {% load evelinks %} {% load l10n %} {% block details %}
| {% translate "Doctrine" %} | {% translate "Flyable now (players)" %} | {% translate "Flyable now (characters)" %} | {% include 'mastery/partials/_summary_status_headers.html' with include_tooltips=1 include_chars_suffix=0 %}{% translate "Avg recommended" %} | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ item.doctrine.name }}
{% include 'mastery/partials/_priority_badge.html' with priority=item.priority %}
{% blocktranslate with count=item.active_characters_total %}{{ count }} active characters{% endblocktranslate %}
|
{{ item.kpis.flyable_now_users }}/{{ item.kpis.users_total }} | {{ item.kpis.flyable_now_characters }}/{{ item.kpis.characters_total }} | {{ item.kpis.elite_characters }} | {{ item.kpis.almost_elite_characters }} | {{ item.kpis.can_fly_characters }} | {{ item.kpis.almost_fit_characters }} | {{ item.kpis.needs_training_characters }} |
{{ item.kpis.recommended_avg_pct }}%
|
||
| {% translate "No doctrines available for this filter scope." %} | ||||||||||