{% extends "base.html" %} {% block title %}Match History - Pickleball ELO Tracker{% endblock %} {% block content %}
| Type | Team 1 | Score | Team 2 | Date | |
|---|---|---|---|---|---|
| {{ 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_date }} |