{% 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.received|length > 0 %}