
Presidents' Day Play Day (Girls)
Presidents' Day Play Day (Girls)
Feb 26, 2022
Pelahatchie
Girls
4th, 6th, 8th
2
Winter
$90.00
Description
The DPR Events Presidents' Day Play Day is a one day event offering 2 games. Open to girls 10u-14u.
Venues
Bigfoot Training Academy
201 Lockwood Ave, Pelahatchie, Mississippi 39145
Court 1
[# pool.fullLabel #]
[# 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 #]
[# if (game.competitorTypeA === 'team') #]
[# game.teamAName #]
[# endif #]
[# if (game.competitorTypeA !== 'team') #]
[# game.teamAName #]
[# endif #]
[# if (!game.teamAScore && !game.teamBScore) #]
[# endif #]
[# if (game.competitorTypeB === 'team') #]
[# game.teamBName #]
[# endif #]
[# if (game.competitorTypeB !== 'team') #]
[# game.teamBName #]
[# 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('');
#]