{% if results and results.tournament_type == '4_targets' %} 🎯 Tournament Scoring {% elif results and results.tournament_type == '40_targets' %} πŸ’ͺ Tournament Scoring {% else %} ⚑ Tournament Scoring {% endif %}
{% if results.tournament_type == '40_targets' %} Enter scores for each participant (40 targets, 2 shots each). Score 0 = miss. {% elif results.tournament_type == '4_targets' %} Enter scores for each participant (4 targets, 5 shots each). Score 0 = miss. {% else %} Enter scores for each participant (20 targets, 2 shots each). Score 0 = miss. {% endif %}
0
Zaključeno
{{ results.participants|length }}
Skupaj
0
Skupaj Strelov
0
Tens
{% 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 %}