{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{% trans 'Sorties' context 'pilot_sorties' %} / {{ player.nickname }} / {{ block.super }}{% endblock title %} {% block nav_tabs %} {% include 'inline/pilot_tabs.html' %} {% endblock nav_tabs %} {% block content %}
{% trans 'Sorties' context 'pilot_sorties' %}
{% trans 'pilot' context 'pilot_sorties' %}: {{ player.nickname }}
{% if sorties %} {% if sorties.paginator.num_pages > 1 %}
{% endif %} {% endif %} {% if split_rankings %} {% if light_player_exists and medium_player_exists or light_player_exists and heavy_player_exists or medium_player_exists and heavy_player_exists %}
{% if cls == 'all' %}
{% else %}
{% endif %} {% trans 'All' context 'persona' %}
{% if cls != 'all' %}
{% endif %} {% if light_player_exists %} {% if cls == 'light' %}
{% else %}
{% endif %} {% trans 'Fighter' context 'specialty' %}
{% endif %} {% if cls != 'light' %}
{% endif %} {% if medium_player_exists %} {% if cls == 'medium' %}
{% else %}
{% endif %} {% trans 'Attacker' context 'specialty' %}
{% endif %} {% if cls != 'medium' %}
{% endif %} {% if heavy_player_exists %} {% if cls == 'heavy' %} {% endif %} {% endif %} {#
#} {##} {#
#}
{% endblock content %} {% block bottom %} {{ block.super }} {% endblock bottom %}