{% trans 'pilot' context 'pilot_awards' %}: {{ player.nickname }}
{% if rewards %}
{% for reward in rewards %}
{{ reward.award.title }}
{% endfor %}
{% 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 %}