| Match ID | Team 1 | Score | Team 2 | Date |
|---|---|---|---|---|
| <%= match[:id] %> | <%= match[:team_1].map { |p| p[:name] }.join(' + ') %> | <%= match[:score] %> | <%= match[:team_2].map { |p| p[:name] }.join(' + ') %> | <%= match[:played_at]&.strftime('%Y-%m-%d') || '-' %> |
No matches recorded yet.
<% end %>