{% extends 'base.html' %} {% load i18n staticfiles tz stats filters %} {% block title %}{% trans 'Aircraft Overview' context 'pilot_nav_tab' %} / {{ player.nickname }} / {{ block.super }}{% endblock title %} {% block head %} {% endblock head %} {% block nav_tabs %} {% include 'inline/pilot_tabs.html' %} {% endblock nav_tabs %} {% block content %}
{% trans 'Aircraft Overview' context 'pilot_nav_tab' %}
{% trans 'pilot' context 'pilot_awards' %}: {{ player.nickname }}
{% if all_aircraft %} {% if all_aircraft.paginator.num_pages > 1 %}
{% endif %} {% endif %}
{% blocktrans trimmed %} Due to technical reasons, kills from your turret gunners are not counted towards the killboard. Plane and pilot lethality are also affected.
{% endblocktrans %} {% blocktrans trimmed %} * Plane Durability is percent of sorties the plane survived after taking damage.
* Plane Lethality is the percent of enemy aircraft which went down 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 %}