{% extends 'base.html' %} {% load i18n staticfiles tz stats filters %} {% block title %}{% trans 'Aircraft Pilot Rankings' %} : {{ aircraft_bucket.aircraft.name }} / {{ block.super }}{% endblock title %} {% block head %} {% endblock head %} {% block nav_tabs %} {% include 'inline/aircraft_tabs.html' %} {% endblock nav_tabs %} {% block content %}
{% trans 'Aircraft Pilot Rankings' %} : {{ 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 %}
{% 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 pilot_aircraft %} {% if pilot_aircraft.paginator.num_pages > 1 %}
{% endif %} {% endif %}
{% 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 %}