| TEAM | W | L | PCT | GB | STRK |
|---|---|---|---|---|---|
| {{ idx + 1 }} {{ entry.team.abbreviation }} {{ entry.team.location }} | {{ getStandingStat(entry, 'wins') }} | {{ getStandingStat(entry, 'losses') }} | {{ getStandingStat(entry, 'winPercent') }} | {{ getStandingStat(entry, 'gamesBehind') }} | {{ getStandingStat(entry, 'streak') }} |
| DATE | H/A | OPP | RESULT | SCORE | STATUS |
|---|---|---|---|---|---|
| {{ row.date }} | {{ row.ha }} | {{ row.opp }} | {{ row.result }} | {{ row.score }} | {{ row.status }} |