Generated: {{ timestamp }}
| Rank | Player | Team | Score |
|---|---|---|---|
| {{ loop.index }} | {{ player.full_name }} | {{ player.team }} | {{ player.full_score }} |
| Rank | Team | Total Score | Avg Score | Status |
|---|---|---|---|---|
| {{ loop.index }} | {{ team.abbrev }} | {{ team.total }} | {{ "%.2f"|format(team.avg) }} | {% if team.in_playoffs %} ✓ {% else %} ✗ {% endif %} |
| Rank | Team | Total Score | Avg Score |
|---|---|---|---|
| {{ loop.index }} | {{ team.abbrev }} | {{ team.total }} | {{ "%.2f"|format(team.avg) }} |