🎯 Results Calculator
← Dashboard
📋 Draft
🎯 Tournament Scoring
{% 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
Completed
{{ results.participants|length }}
Total
0
Total Shots
🎲 Fill All Players Random
{% for player_id, participant in results.participants.items() %}
{{ participant.name }}
ID: {{ player_id }}
{{ participant.total_score }}
Points
{% if participant.completed %}
Completed
{% else %}
Not Started
{% endif %}
▼
🗑️ Clear All
💾 Save Progress
{% endfor %}
🏁 Finish Tournament
Complete scoring for all participants and finalize tournament results.
Warning:
Not all participants have completed scores. Please ensure all scoring is complete before finishing.
🏆 Finish Tournament & Show Results