
March Madness March 7 (SUN) Kenosha: Click and Check Description for Openings
March Madness March 7 (SUN) Kenosha: Click and Check Description for Openings
Mar 07, 2021
Pleasant Prairie, Kenosha
Boys & Girls
5th, 5/6th, 6th, 6/7th, 7th, 7/8th, 8th, 10th, 10/11th, 11th
2
Spring
$149.00
Description
7th Boys
8th Boys
10A-11th Boys
6th Girls
7/8th Girls
Venues
RecPlex
9900 Terwall Terrace, Pleasant Prairie, Wisconsin, 53158
Court 1, Court 2, Court 3, Court 4, Court 5, Court 6, Court 7, Court 8
Boys & Girls Club Kenosha
1330 52nd St, Kenosha, Wisconsin, 53140
Court 1, Court 2, Court 3, Court 4
Pool [# pool.name #]
[# pool.teams.map(function (team) { return ''+ team.name +'
' }).join('') #]
[# venue.name #] ([# venue.abbreviation #])
[# venue.streetAddress ? venue.streetAddress + ',' : '' #]
[# venue.extendedAddress ? venue.extendedAddress + ',' : '' #]
[# venue.city ? venue.city + ',' : '' #]
[# venue.state.name ? venue.state.name + ',' : '' #]
[# venue.postalCode ? venue.postalCode + ',' : '' #]
[# game.time #]
[# game.dayTime #]
[# game.courtName #]
[# game.divisionName #], [# game.gameName #]
[# game.date #]
[# game.venue #]
[# game.teamAName #]
[# if (!game.teamAScore && !game.teamBScore) #]
[# endif #]
[# if (game.teamAScore !== null) #][# game.teamAScore #][# endif #]
[# if (game.teamBScore !== null) #][#game.teamBScore #][# endif #]
Division
Pools
[# division.pools.map(function (pool) { return dfGetTemplate('pool', { pool: pool }) }).join(''); #]Venue
[# division.venueIds.map(function (venueId) { var currentVenue; event.venues.map(function (venue) { if (venue.id === venueId) { currentVenue = venue; } }); return dfGetTemplate('venue', { venue: currentVenue }); }).join(''); #]Games ([# event.gamesTimeRange #])
[#
division.games.map(function(game) {
return dfGetTemplate('game', { game: game });
}).join('');
#]
[# if (team.name) #][# team.team.name #][# endif #]
[# if (team.division.name) #][# team.division.name #][# endif #]
Games ([# event.gamesTimeRange #])
[#
team.games.map(function(game) {
if (Number(game.competitorA) === team.id || Number(game.competitorB) === team.id) {
return dfGetTemplate('game', { game: game });
}
}).join('');
#]