🏓 Pickleball Results

{{ date }}

{% if summary.total_matches > 0 %}

Matches Played: {{ summary.total_matches }}

Total Players: {{ summary.total_players }}

📊 Top Performers

{% if summary.top_winners %} {% for winner in summary.top_winners %} {% endfor %}
Player Rating Change
{{ winner.name }} +{{ winner.rating_change }}
{% endif %} {% if summary.all_matches %}

🎾 All Matches

{% for match in summary.all_matches %}

{{ match.team1_display }} vs {{ match.team2_display }}

Score: {{ match.team1_score }}-{{ match.team2_score }}

{% endfor %} {% endif %} {% else %}

No matches recorded for today.

{% endif %}

View Full Leaderboard | View All Sessions