| {{ maskedCellAriaLabel(club, h * 2) }} {{ club.closedCells[h * 2] ? '' : Math.max(0, club.freeCounts[h * 2]) }} | {{ maskedCellAriaLabel(club, h * 2 + 1) }} {{ club.closedCells[h * 2 + 1] ? '' : Math.max(0, club.freeCounts[h * 2 + 1]) }} | |
| {{ court.court_name }} | {{ maskedCellAriaLabel(club, h * 2) }} | {{ maskedCellAriaLabel(club, h * 2 + 1) }} |
| Time | {{ court.court_name }} at {{ club.club_name }} | |
|---|---|---|
| {{ maskedCellAriaLabel(club, cellIndex) }} {{ club.closedCells[cellIndex] ? '' : Math.max(0, club.freeCounts[cellIndex]) }} | {{ maskedCellAriaLabel(club, cellIndex) }} | |
| Time | {{ court.court_name }} at {{ club.club_name }} |