Team
Player
Rank | Team | Chips | Points |
---|---|---|---|
{{tour.leaderboard.indexOf(item) + 1}} | {{skins[item.teamId] ? skins[item.teamId] : (item.teamName == 'chinesetaipei') ? 'ChineseTaipei' : item.teamName}} | {{item.point > 0 ? '+' + item.point : item.point}} | {{item.score}} |
Last Update: {{formatDate(tourData[tour.tourId].dateUpdated)}} | Hands Completed: {{tourData[tour.tourId].lastPhaseId}}
Rank | Player | Team | Seat | Chips | Adjustment | Total | Hands |
---|---|---|---|---|---|---|---|
{{tour.leaderboard.indexOf(item) + 1}} | {{item.account.username}} | {{skins[item.account.skinId._id] ? skins[item.account.skinId._id] : item.account.skinId.username}} | {{item.seat}} | {{item.winLoss > 0 ? '+' + toFloat(item.winLoss) : toFloat(item.winLoss)}} | {{item.addjustment > 0 ? '+' + toFloat(item.addjustment) : toFloat(item.addjustment)}} | {{item.total > 0 ? '+' + toFloat(item.total) : toFloat(item.total)}} | {{item.hands}} |