{{data.players.home_player.fields.first_name}} {{data.players.home_player.fields.last_name}}

{{data.players.home_player.profile.username}}

{{data.fields.home_score}}
{{data.players.away_player.fields.first_name}} {{data.players.away_player.fields.last_name}}

{{data.players.away_player.profile.username}}

{{data.fields.away_score}}
{{tr('Stats')}}
{{tr('PTS')}}
{{tr('FG%')}}
{{tr('3PM/A')}}
{{tr('BLK')}}
{{tr('STL')}}
{{tr('REB')}}
{{tr('FLS')}}
  • {{API.nullToDash(obj.getStat(item,'points'))}} {{(obj.getStat(item,'shooting'))}} {{(obj.getStat(item,'shooting_3pt'))}} {{API.nullToDash(obj.getStat(item,'blocks'))}} {{API.nullToDash(obj.getStat(item,'steals'))}} {{API.nullToDash(obj.getStat(item,'rebounds'))}} {{API.nullToDash(obj.getStat(item,'fouls'))}}
    {{obj.getPlayer( item.id_player ).fields.first_name}} {{obj.getPlayer( item.id_player ).fields.last_name}}
{{tr('Play by play')}}
  • {{data.players.home_player.fields.first_name}} {{data.players.home_player.fields.last_name}}
    {{story.score.left}} - {{story.score.right}}
    {{data.players.away_player.fields.first_name}} {{data.players.away_player.fields.last_name}}