{% for player_id, participant in results.participants.items() %}
{{ participant.name }} {{ participant.total_score }} 0
{% endfor %}
πŸ‘ˆ Select a participant
{% for player_id, participant in results.participants.items() %}
{{ participant.name }}
{{ participant.total_score }} pts
0 10s
{% endfor %}
{% if tournament and tournament.rounds %}
{{ tournament.current_round }} / {{ tournament.total_rounds }}
{% endif %}