back {{ formatSessionDay() }} {{ dateFormat(current_session?.date, 'MMM DD YYYY') }}


Name Played Won Rating Time Present
{{ item.player?.name }} {{ item.games_played }} {{ item.games_won }} {{ item.final_point || item.player?.point || 0 }} + {{ item.session_point || 0 }} {{ item.session_point || 0 }} {{ item.game_duration }}min
{{ selectedPlayerId ? 'No data for selected player' : 'No player data available' }}
Team Score Team Game No.
{{ formatTeamWithPoints(game.team1) }}
{{ game.team1_score }} - {{ game.team2_score }}
{{ formatTeamWithPoints(game.team2) }}
{{ index + 1 }}
{{ selectedPlayerId ? 'No games for selected player' : 'No game data available' }}

Totals
Number of players {{ summary.playerCount }}
Number of games {{ summary.gameCount }}