Connecting to booking systems…
| {{ club.club_name }} | {{ 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]) }} |
| Time | {{ club.club_name }} |
|---|---|
| {{ maskedCellAriaLabel(club, cellIndex) }} {{ club.closedCells[cellIndex] ? '' : Math.max(0, club.freeCounts[cellIndex]) }} | |
| Time | {{ club.club_name }} |