{% extends 'mastery/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% load evelinks %} {% load l10n %} {% block details %}
{% blocktranslate with count=character_count %}Doctrine readiness overview for your characters ({{ count }} tracked).{% endblocktranslate %}
| {% translate "Fitting" %} | {% translate "Readiness" %} | {% include 'mastery/partials/_summary_status_headers.html' with include_tooltips=1 include_chars_suffix=0 status_thresholds=status_thresholds %}|||||
|---|---|---|---|---|---|---|
|
{{ fit_card.fitting.name }}
{% if fit_card.recommended_plan_alpha_compatible %}
{% include 'mastery/partials/_clone_grade_badge.html' with requires_omega=False %}
{% else %}
{% include 'mastery/partials/_clone_grade_badge.html' with requires_omega=True %}
{% endif %}
{% include 'mastery/partials/_priority_badge.html' with priority=fit_card.priority %}
{{ fit_card.fitting.ship_type.name }}
{% if perms.mastery.manage_fittings %}
{% translate "Edit" %}
{% endif %}
{% if not fit_card.is_configured %}
{% translate "Leadership has not configured this fit yet" %}
{% endif %}
|
{% if fit_card.is_configured and fit_card.selected_progress %}
{{ selected_character.eve_character.character_name }}
{{ fit_card.selected_progress.status_label }}
{% translate "Required" %} {{ fit_card.selected_progress.required_pct }}%
{% translate "Recommended" %} {{ fit_card.selected_progress.recommended_pct }}%
{% translate "Best required coverage" %} {{ fit_card.best_required_pct }}%
{% translate "Best recommended coverage" %} {{ fit_card.best_recommended_pct }}%
|
{% if fit_card.is_configured %}
{% for character_row in fit_card.elite_rows %}
{% include 'mastery/partials/_pilot_avatar_button.html' with popover_id=character_row.popover_id character=character_row.character status_bucket=character_row.status_bucket status_label=character_row.progress.status_label progress=character_row.progress required_missing_sp=character_row.required_missing_sp recommended_missing_sp=character_row.recommended_missing_sp action_url=character_row.action_url action_btn='primary' is_selected=character_row.is_selected %}
{% empty %}-{% endfor %}
{% else %}-{% endif %}
|
{% if fit_card.is_configured %}
{% for character_row in fit_card.almost_elite_rows %}
{% include 'mastery/partials/_pilot_avatar_button.html' with popover_id=character_row.popover_id character=character_row.character status_bucket=character_row.status_bucket status_label=character_row.progress.status_label progress=character_row.progress required_missing_sp=character_row.required_missing_sp recommended_missing_sp=character_row.recommended_missing_sp action_url=character_row.action_url action_btn='primary' is_selected=character_row.is_selected %}
{% empty %}-{% endfor %}
{% else %}-{% endif %}
|
{% if fit_card.is_configured %}
{% for character_row in fit_card.can_fly_rows %}
{% include 'mastery/partials/_pilot_avatar_button.html' with popover_id=character_row.popover_id character=character_row.character status_bucket=character_row.status_bucket status_label=character_row.progress.status_label progress=character_row.progress required_missing_sp=character_row.required_missing_sp recommended_missing_sp=character_row.recommended_missing_sp action_url=character_row.action_url action_btn='primary' is_selected=character_row.is_selected %}
{% empty %}-{% endfor %}
{% else %}-{% endif %}
|
{% if fit_card.is_configured %}
{% for character_row in fit_card.almost_fit_rows %}
{% include 'mastery/partials/_pilot_avatar_button.html' with popover_id=character_row.popover_id character=character_row.character status_bucket=character_row.status_bucket status_label=character_row.progress.status_label progress=character_row.progress required_missing_sp=character_row.required_missing_sp recommended_missing_sp=character_row.recommended_missing_sp action_url=character_row.action_url action_btn='primary' is_selected=character_row.is_selected %}
{% empty %}-{% endfor %}
{% else %}-{% endif %}
|
{% if fit_card.is_configured %}
{% for character_row in fit_card.needs_training_rows %}
{% include 'mastery/partials/_pilot_avatar_button.html' with popover_id=character_row.popover_id character=character_row.character status_bucket=character_row.status_bucket status_label=character_row.progress.status_label progress=character_row.progress required_missing_sp=character_row.required_missing_sp recommended_missing_sp=character_row.recommended_missing_sp action_url=character_row.action_url action_btn='primary' is_selected=character_row.is_selected %}
{% empty %}-{% endfor %}
{% else %}
-
{% endif %}
|