{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }} Leaderboard

From: Vice President

Sent: Today

To: Junior Manager One – Five

Subject: Order Quantity Competition | Ranking

Dear Junior Managers,

Thank you for your effort in calculating the order quantities. Please find below the ranking for region 1.

If you have any questions, please let me know.

Best regards,
Vice President

Leaderboard

{% for player in players %} {% endfor %}
Rank Player Score Comment
{{ player.R1rank }} {% if player.participant.label %} {{ player.participant.label }} {% else %} Player {{ player.id_in_group }} {% endif %} {{ player.R1score }} {% if player.R1rank == 1 or player.R1rank == 2 %} Good ranking position {% elif player.R1rank == 4 or player.R1rank == 5 %} Poor ranking position {% else %} {% endif %}
{{ endblock }}