| NBR | Player Name | Grade |
|---|---|---|
| {{player.player_number}} | {{player.first_name}} {{player.last_name}} | {{player.grade}} |
| Date | Versus | FGM-A | 3PM-A | FTM-A | REB | AST | BLK | STL | PF | TO | PTS |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{game_stat.game_date | date}} | {{game_stat.opponent_name}} | {{game_stat.fg_made}}-{{game_stat.fg_attempts}} | {{game_stat.threept_made}}-{{game_stat.threept_attempts}} | {{game_stat.ft_made}}-{{game_stat.ft_attempts}} | {{game_stat.rebounds}} | {{game_stat.assists}} | {{game_stat.blocks}} | {{game_stat.steals}} | {{game_stat.fouls}} | {{game_stat.turnovers}} | {{game_stat.points}} |
| TOTAL | {{team.total_stats.fg_made}}-{{team.total_stats.fg_attempts}} | {{team.total_stats.threept_made}}-{{team.total_stats.threept_attempts}} | {{team.total_stats.ft_made}}-{{team.total_stats.ft_attempts}} | {{team.total_stats.rebounds}} | {{team.total_stats.assists}} | {{team.total_stats.blocks}} | {{team.total_stats.steals}} | {{team.total_stats.fouls}} | {{team.total_stats.turnovers}} | {{team.total_stats.points}} |