{% 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 }}
ID: {{ player_id }}
{% if league_state %}
{% endif %}
{{ participant.total_score }}
Točke
0
10s
{% if participant.completed %} Zaključeno {% else %} Ni Začeto {% endif %}
{% endfor %}
🏁 Zaključi Turnir