{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{% trans 'Alive pilots (Last Mission)' %} / {{ block.super }}{% endblock title %} {% block head %} {% endblock head %} {% block content %}
{% trans 'Alive pilots (Last Mission)' %}
{% trans 'mission' context 'pilot_vlifes' %}: {{ mission.name }}
{% if players %} {% if players.paginator.num_pages > 1 %}
{% endif %} {% endif %} {% if split_rankings %}
{% if cls == 'all' %}
{% else %}
{% endif %} {% trans 'All' context 'persona' %}
{% if cls != 'all' %}
{% endif %} {% if cls == 'light' %}
{% else %}
{% endif %} {% trans 'Fighter' context 'specialty' %}
{% if cls != 'light' %}
{% endif %} {% if cls == 'medium' %}
{% else %}
{% endif %} {% trans 'Attacker' context 'specialty' %}
{% if cls != 'medium' %}
{% endif %} {% if cls == 'heavy' %} {% 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 %}