{% extends 'base.html' %} {{% load i18n staticfiles tz stats %} {% block title %}{% trans 'Mission' %} #{{ mission.id }} / {{ block.super }}{% endblock title %} {% block head %} {% endblock head %} {% block content %} {% trans 'Mission' %} #{{ mission.id }} / {% trans 'Pilot Rankings' %} {% if players %} {% for player in players %} {{ forloop.counter }} {{ player.nickname }} {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} {{ player.ak_total }} {{ player.gk_total }} {{ player.flight_time|seconds_to_time }} {{ player.kd }} {{ player.khr }} {{ player.accuracy }}% {{ player.score }} {% endfor %} {% 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 %} {% endblock content %} {% block bottom %} {{ block.super }} {% endblock bottom %}