{{ stats.total_players }}
{{ stats.highest_score }}
{{ stats.highest_player_name }} ({{ stats.highest_player_team }})
{{ stats.avg_score|round(1) }}
{{ stats.highest_team_score }}
{{ stats.highest_team }} ({{ stats.highest_team_name }})
| Rank | Player Name | Team | Score |
|---|---|---|---|
| {{ loop.index }} | {{ player.first_name }} {{ player.last_name }} | {{ player.team }} | {{ player.score }} |
| Rank | Team | Division | Conference | Total Score | Avg Score | Players |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ team.name }} | {{ team.division }} | {{ team.conference }} | {{ team.total_score }} | {{ team.avg_score|round(1) }} | {{ team.player_count }} |