{% extends 'base.html' %} {% load i18n staticfiles tz stats filters %} {% block title %}{{ aircraft_bucket.aircraft.name }} / {{ block.super }}{% endblock title %} {% block nav_tabs %} {% include 'inline/aircraft_tabs.html' %} {% endblock nav_tabs %} {% block content %}
{{ aircraft_bucket.aircraft.name }}
{% if aircraft_bucket.coalition == 1 %} {{ COAL_1_NAME }}
{% trans 'coalition' %}: {{ COAL_1_NAME }}
{% else %} {{ COAL_2_NAME }}
{% trans 'coalition' %}: {{ COAL_2_NAME }}
{% endif %} {% trans aircraft_bucket.aircraft.name %}
{% if aircraft_bucket.has_bomb_variant and not aircraft_bucket.has_juiced_variant %} {% endif %} {% if not aircraft_bucket.has_bomb_variant and aircraft_bucket.has_juiced_variant %} {% endif %} {% if aircraft_bucket.has_bomb_variant and aircraft_bucket.has_juiced_variant %} {% endif %}
{% trans 'Air K/HR' %}
{{ aircraft_bucket.khr }}
{% trans 'Air KD' %}
{{ aircraft_bucket.kd }}
{% trans 'Ground K/HR' %}
{{ aircraft_bucket.gkhr }}
{% trans 'Ground KD' %}
{{ aircraft_bucket.gkd }}
{% trans 'Gunnery Accuracy' %}
{{ aircraft_bucket.accuracy }}
{% trans 'Elo' %}
{{ aircraft_bucket.elo }}
{% trans 'Rating' %}
{{ aircraft_bucket.rating_format }}
{% trans 'Detailed combat results' %}
{% trans 'Gunnery Accuracy' %}
{{ aircraft_bucket.accuracy }}%
{% trans 'Total Aircraft' context 'total' %}
{{ aircraft_bucket.kills }}
{% trans 'Fighters' context 'total' %}
{{ aircraft_bucket.percent_light_kills }}
{% trans 'Attacker' context 'total' %}
{{ aircraft_bucket.percent_medium_kills }}
{% trans 'Bombers' context 'total' %}
{{ aircraft_bucket.percent_heavy_kills }}
{% trans 'Transport' context 'total' %}
{{ aircraft_bucket.percent_transport_kills }}
{% if aircraft_bucket.killboard_ground.aircraft_light %}
{% trans 'Fighters' context 'total' %} ({% trans 'AI' context 'total' %})
{{ aircraft_bucket.percent_light_ai_kills }}
{% endif %} {% if aircraft_bucket.killboard_ground.aircraft_medium %}
{% trans 'Attacker' context 'total' %} ({% trans 'AI' context 'total' %})
{{ aircraft_bucket.percent_medium_ai_kills }}
{% endif %} {% if aircraft_bucket.killboard_ground.aircraft_heavy %}
{% trans 'Bombers' context 'total' %} ({% trans 'AI' context 'total' %})
{{ aircraft_bucket.percent_heavy_ai_kills }}
{% endif %} {% if aircraft_bucket.killboard_ground.aircraft_transport %}
{% trans 'Transport' context 'total' %} ({% trans 'AI' context 'total' %})
{{ aircraft_bucket.percent_transport_ai_kills }}
{% endif %}
{% trans 'Assisted' context 'total' %}
{{ aircraft_bucket.assists }}
{% trans 'Bomb/Rocket Accuracy' context 'total' %}
{{ aircraft_bucket.bomb_rocket_accuracy }}%
{% trans 'Destroyed ground targets' context 'total' %}
{{ aircraft_bucket.ground_kills }}
{% if aircraft_bucket.killboard_planes.tank_heavy %}
{% trans 'Heavy Tanks' context 'total' %}
{{ aircraft_bucket.percent_player_tank_heavy }}
{% endif %} {% if aircraft_bucket.killboard_planes.tank_medium %}
{% trans 'Medium Tanks' context 'total' %}
{{ aircraft_bucket.percent_player_tank_medium }}
{% endif %} {% if aircraft_bucket.killboard_planes.tank_light %}
{% trans 'Light Tanks' context 'total' %}
{{ aircraft_bucket.percent_player_tank_light }}
{% endif %} {% if aircraft_bucket.killboard_planes.truck %}
{% trans 'Trucks' context 'total' %}
{{ aircraft_bucket.percent_player_truck }}
{% endif %} {% if aircraft_bucket.killboard_ground.tank_heavy %}
{% trans 'Heavy Tanks' context 'total' %} ({% trans 'AI' context 'total' %})
{{ aircraft_bucket.percent_tank_heavy }}
{% endif %} {% if aircraft_bucket.killboard_ground.tank_medium %}
{% trans 'Medium Tanks' context 'total' %} ({% trans 'AI' context 'total' %})
{{ aircraft_bucket.percent_tank_medium }}
{% endif %} {% if aircraft_bucket.killboard_ground.tank_light %}
{% trans 'Light Tanks' context 'total' %} ({% trans 'AI' context 'total' %})
{{ aircraft_bucket.percent_tank_light }}
{% endif %} {% if aircraft_bucket.killboard_ground.armoured_vehicle %}
{% trans 'Armored vehicles' context 'total' %}
{{ aircraft_bucket.percent_armoured_vehicle }}
{% endif %} {% if aircraft_bucket.killboard_ground.car %}
{% trans 'Cars' context 'total' %}
{{ aircraft_bucket.percent_car }}
{% endif %} {% if aircraft_bucket.killboard_ground.truck %}
{% trans 'Trucks' context 'total' %} ({% trans 'AI' context 'total' %})
{{ aircraft_bucket.percent_truck }}
{% endif %} {% if aircraft_bucket.killboard_ground.aaa_heavy %}
{% trans 'Large-caliber AA guns' context 'total' %}
{{ aircraft_bucket.percent_aaa_heavy }}
{% endif %} {% if aircraft_bucket.killboard_ground.aaa_light %}
{% trans 'Medium-caliber AA guns' context 'total' %}
{{ aircraft_bucket.percent_aaa_light }}
{% endif %} {% if aircraft_bucket.killboard_ground.aaa_mg %}
{% trans 'Small-caliber AA guns' context 'total' %}
{{ aircraft_bucket.percent_aaa_mg }}
{% endif %} {% if aircraft_bucket.killboard_ground.machine_gunner %}
{% trans 'Machine gunners' context 'total' %}
{{ aircraft_bucket.percent_machine_gunner }}
{% endif %} {% if aircraft_bucket.killboard_ground.aerostat %}
{% trans 'Aerostats' context 'total' %}
{{ aircraft_bucket.percent_aerostat }}
{% endif %} {% if aircraft_bucket.killboard_ground.searchlight %}
{% trans 'Searchlights' context 'total' %}
{{ aircraft_bucket.percent_searchlight }}
{% endif %} {% if aircraft_bucket.killboard_ground.locomotive %}
{% trans 'Locomotives' context 'total' %}
{{ aircraft_bucket.percent_locomotive }}
{% endif %} {% if aircraft_bucket.killboard_ground.wagon %}
{% trans 'Wagons' context 'total' %}
{{ aircraft_bucket.percent_wagon }}
{% endif %} {% if aircraft_bucket.killboard_ground.artillery_field %}
{% trans 'Field Artillery' context 'total' %}
{{ aircraft_bucket.percent_artillery_field }}
{% endif %} {% if aircraft_bucket.killboard_ground.artillery_howitzer %}
{% trans 'Howitzers' context 'total' %}
{{ aircraft_bucket.percent_artillery_howitzer }}
{% endif %} {% if aircraft_bucket.killboard_ground.artillery_rocket %}
{% trans 'Rocket Artillery' context 'total' %}
{{ aircraft_bucket.percent_artillery_rocket }}
{% endif %} {% if aircraft_bucket.killboard_ground.ship %}
{% trans 'Ships' context 'total' %} ({% trans 'outdated parameter' %})
{{ aircraft_bucket.percent_ship }}
{% endif %} {% if aircraft_bucket.killboard_ground.ship_heavy %}
{% trans 'Heavy Ships' context 'total' %}
{{ aircraft_bucket.percent_ship_heavy }}
{% endif %} {% if aircraft_bucket.killboard_ground.ship_medium %}
{% trans 'Medium Ships' context 'total' %}
{{ aircraft_bucket.percent_ship_medium }}
{% endif %} {% if aircraft_bucket.killboard_ground.ship_light %}
{% trans 'Light Ships' context 'total' %}
{{ aircraft_bucket.percent_ship_light }}
{% endif %} {% if aircraft_bucket.killboard_ground.aircraft_static %}
{% trans 'Static Aircraft' context 'total' %}
{{ aircraft_bucket.percent_aircraft_static }}
{% endif %} {% if aircraft_bucket.killboard_ground.vehicle_static %}
{% trans 'Static Vehicles' context 'total' %}
{{ aircraft_bucket.percent_vehicle_static }}
{% endif %} {% if aircraft_bucket.killboard_ground.airfield %}
{% trans 'Airfield Objects' context 'total' %}
{{ aircraft_bucket.percent_airfield }}
{% endif %} {% if aircraft_bucket.killboard_ground.bridge %}
{% trans 'Bridges' context 'total' %}
{{ aircraft_bucket.percent_bridge }}
{% endif %} {% if aircraft_bucket.killboard_ground.industrial %}
{% trans 'Industrial Objects' context 'total' %}
{{ aircraft_bucket.percent_industrial }}
{% endif %} {% if aircraft_bucket.killboard_ground.building_big %}
{% trans 'Big buildings' context 'total' %}
{{ aircraft_bucket.percent_building_big }}
{% endif %} {% if aircraft_bucket.killboard_ground.building_medium %}
{% trans 'Medium buildings' context 'total' %}
{{ aircraft_bucket.percent_building_medium }}
{% endif %} {% if aircraft_bucket.killboard_ground.building_small %}
{% trans 'Small buildings' context 'total' %}
{{ aircraft_bucket.percent_building_small }}
{% endif %}
{% trans 'Detailed sorties results' %}
{% trans "Flight Time" %}
{{ aircraft_bucket.total_flight_time|seconds_to_long_time }}
{% trans 'Score' context 'total' %}
{{ aircraft_bucket.score }}
{% trans 'Sorties' context 'total' %}
{{ aircraft_bucket.total_sorties }}
{% trans "Landed on Airfield" context 'sortie' %}
{{ aircraft_bucket.percent_landings }}
{% trans "in flight" context 'sortie_status' %}
{{ aircraft_bucket.percent_in_flight }}
{% trans 'Lost aircraft' context 'total' %}
{{ aircraft_bucket.percent_aircraft_lost }}
{% trans 'Bailout' context 'total' %}
{{ aircraft_bucket.percent_bailouts }}
{% trans 'Dead' context 'total' %}
{{ aircraft_bucket.percent_deaths }}
{% trans 'Captured' context 'total' %}
{{ aircraft_bucket.percent_captures }}
{% trans "ditched" context 'sortie_status' %}
{{ aircraft_bucket.percent_ditches }}
{% if aircraft_bucket.deaths_to_aa %}
{% trans 'Percent deaths to AA' context 'total' %}
{{ aircraft_bucket.percent_deaths_to_aa }}
{% endif %} {% if aircraft_bucket.deaths_to_accident %}
{% trans 'Percent deaths due to accidents' context 'total' %}
{{ aircraft_bucket.percent_deaths_to_accidents }}
{% endif %} {% if aircraft_bucket.aircraft_lost_to_aa %}
{% trans 'Percent aircraft lost to AA' context 'total' %}
{{ aircraft_bucket.percent_aircraft_lost_to_aa }}
{% endif %} {% if aircraft_bucket.aircraft_lost_to_accident %}
{% trans 'Percent aircraft lost due to accidents' context 'total' %}
{{ aircraft_bucket.percent_aircraft_lost_to_accidents }}
{% endif %}
{% if aircraft_bucket.max_ak_streak_player or aircraft_bucket.max_gk_streak_player or aircraft_bucket.max_score_streak_player %} {% endif %} {% if aircraft_bucket.best_ak_sortie or aircraft_bucket.best_gk_sortie or aircraft_bucket.best_score_sortie %} {% endif %}
{% if ammo_breakdown.given|length > 0 %}
{% trans 'Offensive ammo breakdown' %}
{% trans 'Average hits per aircraft kill' %} ★
{% for ammo_name, avg_used, extra_info in ammo_breakdown.given %}
{% trans 'Total Instances' context 'total' %}
{{ extra_info.instances }}
{% trans 'Pilot snipes' context 'total' %}
{{ extra_info.pilot_kills_percent }}% ({{ extra_info.pilot_kills}})
{% trans 'Standard deviation' context 'total' %}
{{ extra_info.stds }}
{% trans 'Geometric median' context 'total' %}
{{ extra_info.medians }}
{% trans '90th percentile' context 'total' %}
{{ extra_info.percentiles }}
{% trans 'Download data' context 'total' %}
{% endfor %}
{% endif %} {% if ammo_breakdown.received|length > 0 %}
{% trans 'Defensive ammo breakdown' %}
{% trans 'Average hits per aircraft lost' %} ⛤
{% for ammo_name, avg_used, extra_info in ammo_breakdown.received %}
{% trans 'Total instances' context 'total' %}
{{ extra_info.instances }}
{% trans 'Pilot snipes' context 'total' %}
{{ extra_info.pilot_kills_percent }}% ({{ extra_info.pilot_kills}})
{% trans 'Standard deviation' context 'total' %}
{{ extra_info.stds }}
{% trans 'Geometric median' context 'total' %}
{{ extra_info.medians }}
{% trans '90th percentile' context 'total' %}
{{ extra_info.percentiles }}
{% trans 'Download data' context 'total' %}
{% endfor %}
{% endif %}
{% trans 'Plane Durability' %}*
{{ aircraft_bucket.plane_survivability }}%
{% trans 'Pilot Survivability' %}*
{{ aircraft_bucket.pilot_survivability }}%
{% trans 'Plane Lethality' %}*
{{ aircraft_bucket.plane_lethality }}%
{% trans 'Plane Lethality (no assists)' %}
{{ aircraft_bucket.plane_lethality_no_assists }}%
{% trans 'Pilot Lethality' %}*
{{ aircraft_bucket.pilot_lethality }}%
{% trans 'K/D - Kills per Death' %}
{{ aircraft_bucket.kd }}
{% trans 'K/L - Kills per Aircraft Lost' %}
{{ aircraft_bucket.kills_per_loss }}
{% trans 'K/S - Kills per Sortie' %}
{{ aircraft_bucket.kills_per_sortie }}
{% trans 'K/H - Kills per Hour of Flight' %}
{{ aircraft_bucket.khr }}
{% trans 'GK/D - G.Kills per Death' %}
{{ aircraft_bucket.gkd }}
{% trans 'GK/L - G.Kills per Aircraft Lost' %}
{{ aircraft_bucket.ground_kills_per_sortie }}
{% trans 'GK/S - G.Kills per Sortie' %}
{{ aircraft_bucket.ground_kills_per_sortie }}
{% trans 'GK/H - G.Kills per Hour of Flight' %}
{{ aircraft_bucket.gkhr }}
{% blocktrans trimmed %} ★ This data is pulled purely from sorties where this plane was the sole source of damage.
⛤ This data is pulled purely from sorties where this plane was damaged by a single enemy (one aircraft/tank/AA/etc.). Only weapon configurations which account for at least 5% of deaths are displayed.
{% endblocktrans %} {% 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 %}