{% trans 'Aircraft Killboard' context 'pilot_nav_tab' %} : {{ aircraft_bucket.aircraft.name }}
{% if aircraft_bucket.coalition == 1 %}
{% trans 'coalition' %}: {{ COAL_1_NAME }}
{% else %}
{% trans 'coalition' %}: {{ COAL_2_NAME }}
{% endif %}
{% if aircraft_bucket.has_bomb_variant and not aircraft_bucket.has_juiced_variant %}
{% trans 'Filter by:' %}
{% if aircraft_bucket.filter_type == aircraft_bucket.NO_FILTER %}
{% trans 'no filter' %}
{% trans 'with bombs only' %}
{% trans 'without bombs only' %}
{% endif %}
{% if aircraft_bucket.filter_type == aircraft_bucket.BOMBS %}
{% trans 'no filter' %}
{% trans 'with bombs only' %}
{% trans 'without bombs only' %}
{% endif %}
{% if aircraft_bucket.filter_type == aircraft_bucket.NO_BOMBS_NO_JUICE %}
{% trans 'no filter' %}
{% trans 'with bombs only' %}
{% trans 'without bombs only' %}
{% endif %}
{% endif %}
{% if not aircraft_bucket.has_bomb_variant and aircraft_bucket.has_juiced_variant %}
{% trans 'Filter by:' %}
{% if aircraft_bucket.filter_type == aircraft_bucket.NO_FILTER %}
{% trans 'no filter' %}
{% trans 'with upgraded fuel/engine' %}
{% trans 'without upgraded fuel/engine' %}
{% endif %}
{% if aircraft_bucket.filter_type == aircraft_bucket.JUICED %}
{% trans 'no filter' %}
{% trans 'with upgraded fuel/engine' %}
{% trans 'without upgraded fuel/engine' %}
{% endif %}
{% if aircraft_bucket.filter_type == aircraft_bucket.NO_BOMBS_NO_JUICE %}
{% trans 'no filter' %}
{% trans 'with upgraded fuel/engine' %}
{% trans 'without upgraded fuel/engine' %}
{% endif %}
{% endif %}
{% if aircraft_bucket.has_bomb_variant and aircraft_bucket.has_juiced_variant %}
{% trans 'Filter by:' %}
{% if aircraft_bucket.filter_type == aircraft_bucket.NO_FILTER %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if aircraft_bucket.filter_type == aircraft_bucket.JUICED %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if aircraft_bucket.filter_type == aircraft_bucket.NO_BOMBS_NO_JUICE %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if aircraft_bucket.filter_type == aircraft_bucket.ALL %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if aircraft_bucket.filter_type == aircraft_bucket.BOMBS %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% endif %}
{% trans 'Filter below by:' %}
{% if enemy_filter == aircraft_bucket.NO_FILTER %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if enemy_filter == aircraft_bucket.JUICED %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if enemy_filter == aircraft_bucket.NO_BOMBS_NO_JUICE %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if enemy_filter == aircraft_bucket.ALL %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if enemy_filter == aircraft_bucket.BOMBS %}
{% trans 'no filter' %}
{% trans 'with upgraded engine and no bombs' %}
{% trans 'without upgraded engine and no bombs' %}
{% trans 'with upgraded fuel/engine and bombs' %}
{% trans 'without upgraded fuel/engine and bombs' %}
{% endif %}
{% if killboard %}
{% endif %}
{% blocktrans trimmed %}
* Plane Durability is percent of sorties the plane survived after taking damage.
* Pilot Survivability is the percent of sorties the pilot survived after the plane took damage.
* Plane Lethality is the percent of enemy aircraft which went down after taking damage from this plane.
Assists count.
* Pilot Lethality is the percent of enemy pilots which died after taking damage from this plane. Assists
count.
{% endblocktrans %}
{% blocktrans trimmed %}
Attention! Algorithms collection statistics IL2 stats differs from statistics
in-game. As a consequence of these statistics will not coincide with the game.
{% endblocktrans %}
{% if INACTIVE_PLAYER_DAYS %}
{% blocktrans trimmed count days=INACTIVE_PLAYER_DAYS.days %}
Players inactive for more than {{ days }} day - do not participate in the rating.
{% plural %}
Players inactive for more than {{ days }} days - do not participate in the rating.
{% endblocktrans %}
{% endif %}
{% endblock content %}
{% block bottom %}
{{ block.super }}
{% endblock bottom %}