{% 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 %} {% 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 %}