{% extends "base.html" %} {% block title %}Daily Summary - Pickleball ELO Tracker{% endblock %} {% block content %}
No matches recorded today.
{% else %}| Type | Team 1 | Score | Team 2 | Time |
|---|---|---|---|---|
| {{ match.match_type }} | {% for player in match.team1_players %} {% endfor %} | {{ match.team1_score }}-{{ match.team2_score }} | {% for player in match.team2_players %} {% endfor %} | {{ match.match_time }} |
No players with matches yet.
{% else %}