{% trans 'Number of pilots' %}
{% if squad.num_members < SQUAD_MEMBERS_MINIMUM %}
{{ squad.num_members }}
{% else %}
{{ squad.num_members }}
{% endif %}
{% trans 'Aerial victories' %}
{{ squad.ak_total }}
{% trans 'Destroyed on Ground' %}
{{ squad.gk_total }}
{% trans 'Flight Time' %}
{{ squad.flight_time|seconds_to_time }}
{% trans 'Position in Rating' %}
{% trans 'Detailed combat results' %}
{% trans 'Total Aircraft' context 'total' %}
{{ squad.ak_total }}
{% if squad.killboard_pvp.aircraft_light %}
{% trans 'Fighters' context 'total' %}
{{ squad.killboard_pvp.aircraft_light }}
{% endif %}
{% if squad.killboard_pvp.aircraft_medium %}
{% trans 'Attacker' context 'total' %}
{{ squad.killboard_pvp.aircraft_medium }}
{% endif %}
{% if squad.killboard_pvp.aircraft_heavy %}
{% trans 'Bombers' context 'total' %}
{{ squad.killboard_pvp.aircraft_heavy }}
{% endif %}
{% if squad.killboard_pvp.aircraft_transport %}
{% trans 'Transport' context 'total' %}
{{ squad.killboard_pvp.aircraft_transport }}
{% endif %}
{% if squad.killboard_pve.aircraft_light %}
{% trans 'Fighters' context 'total' %} ({% trans 'AI' context 'total' %})
{{ squad.killboard_pve.aircraft_light }}
{% endif %}
{% if squad.killboard_pve.aircraft_medium %}
{% trans 'Attacker' context 'total' %} ({% trans 'AI' context 'total' %})
{{ squad.killboard_pve.aircraft_medium }}
{% endif %}
{% if squad.killboard_pve.aircraft_heavy %}
{% trans 'Bombers' context 'total' %} ({% trans 'AI' context 'total' %})
{{ squad.killboard_pve.aircraft_heavy }}
{% endif %}
{% if squad.killboard_pve.aircraft_transport %}
{% trans 'Transport' context 'total' %} ({% trans 'AI' context 'total' %})
{{ squad.killboard_pve.aircraft_transport }}
{% endif %}
{% if squad.ak_assist %}
{% trans 'Assisted' context 'total' %}
{{ squad.ak_assist }}
{% endif %}
{% trans 'Destroyed ground targets' context 'total' %}
{{ squad.gk_total }}
{% if squad.killboard_pve.tank_heavy %}
{% trans 'Heavy Tanks' context 'total' %}
{{ squad.killboard_pve.tank_heavy }}
{% endif %}
{% if squad.killboard_pve.tank_medium %}
{% trans 'Medium Tanks' context 'total' %}
{{ squad.killboard_pve.tank_medium }}
{% endif %}
{% if squad.killboard_pve.tank_light %}
{% trans 'Light Tanks' context 'total' %}
{{ squad.killboard_pve.tank_light }}
{% endif %}
{% if squad.killboard_pve.armoured_vehicle %}
{% trans 'Armored vehicles' context 'total' %}
{{ squad.killboard_pve.armoured_vehicle }}
{% endif %}
{% if squad.killboard_pve.car %}
{% trans 'Cars' context 'total' %}
{{ squad.killboard_pve.car }}
{% endif %}
{% if squad.killboard_pve.truck %}
{% trans 'Trucks' context 'total' %}
{{ squad.killboard_pve.truck }}
{% endif %}
{% if squad.killboard_pve.aaa_heavy %}
{% trans 'Large-caliber AA guns' context 'total' %}
{{ squad.killboard_pve.aaa_heavy }}
{% endif %}
{% if squad.killboard_pve.aaa_light %}
{% trans 'Medium-caliber AA guns' context 'total' %}
{{ squad.killboard_pve.aaa_light }}
{% endif %}
{% if squad.killboard_pve.aaa_mg %}
{% trans 'Small-caliber AA guns' context 'total' %}
{{ squad.killboard_pve.aaa_mg }}
{% endif %}
{% if squad.killboard_pve.searchlight %}
{% trans 'Searchlights' context 'total' %}
{{ squad.killboard_pve.searchlight }}
{% endif %}
{% if squad.killboard_pve.locomotive %}
{% trans 'Locomotives' context 'total' %}
{{ squad.killboard_pve.locomotive }}
{% endif %}
{% if squad.killboard_pve.wagon %}
{% trans 'Wagons' context 'total' %}
{{ squad.killboard_pve.wagon }}
{% endif %}
{% if squad.killboard_pve.artillery_field %}
{% trans 'Field Artillery' context 'total' %}
{{ squad.killboard_pve.artillery_field }}
{% endif %}
{% if squad.killboard_pve.artillery_howitzer %}
{% trans 'Howitzers' context 'total' %}
{{ squad.killboard_pve.artillery_howitzer }}
{% endif %}
{% if squad.killboard_pve.artillery_rocket %}
{% trans 'Rocket Artillery' context 'total' %}
{{ squad.killboard_pve.artillery_rocket }}
{% endif %}
{% if squad.killboard_pve.ship %}
{% trans 'Ships' context 'total' %}
{{ squad.killboard_pve.ship }}
{% endif %}
{% if squad.killboard_pve.aircraft_static %}
{% trans 'Static Aircraft' context 'total' %}
{{ squad.killboard_pve.aircraft_static }}
{% endif %}
{% if squad.killboard_pve.vehicle_static %}
{% trans 'Static Vehicles' context 'total' %}
{{ squad.killboard_pve.vehicle_static }}
{% endif %}
{% if squad.killboard_pve.airfield %}
{% trans 'Airfield Objects' context 'total' %}
{{ squad.killboard_pve.airfield }}
{% endif %}
{% if squad.killboard_pve.bridge %}
{% trans 'Bridges' context 'total' %}
{{ squad.killboard_pve.bridge }}
{% endif %}
{% if squad.killboard_pve.industrial %}
{% trans 'Industrial Objects' context 'total' %}
{{ squad.killboard_pve.industrial }}
{% endif %}