{{scoresheet.away_team.label}}

{{scoresheet.home_team.label}}

Scoring

#{{athlete.jersey_num}} - {{athlete.fname | titleCase}} {{athlete.lname | titleCase}}
{{athlete.points || '0'}} points ({{athlete.goals || '0'}}g, {{athlete.assists || '0'}}a)
{{scoresheet.away_team.abbr || scoresheet.away_team.label}} Totals
{{calculateTeamStatline('away', 'points', 'total') || '0'}} points ({{calculateTeamStatline('away', 'goals', 'total') || '0'}}g, {{calculateTeamStatline('away', 'assists', 'total') || '0'}}a)

Scoring

{{scoresheet.home_team.abbr || scoresheet.home_team.label}} Totals
{{calculateTeamStatline('home', 'points', 'total') || '0'}} points ({{calculateTeamStatline('home', 'goals', 'total') || '0'}}g, {{calculateTeamStatline('home', 'assists', 'total') || '0'}}a)
#{{athlete.jersey_num}} - {{athlete.fname | titleCase}} {{athlete.lname | titleCase}}
{{athlete.points || '0'}} points ({{athlete.goals || '0'}}g, {{athlete.assists || '0'}}a)

Fielding

#{{athlete.jersey_num}} - {{athlete.fname | titleCase}} {{athlete.lname | titleCase}}
{{athlete.ground_balls || '0'}} GB | {{athlete.caused_turnovers || '0'}} CT | {{athlete.interceptions || '0'}} INT
{{scoresheet.away_team.abbr || scoresheet.away_team.label}} Totals
{{calculateTeamStatline('away', 'ground_balls', 'total') || '0'}} GB | {{calculateTeamStatline('away', 'caused_turnovers', 'total') || '0'}} CT | {{calculateTeamStatline('away', 'interceptions', 'total') || '0'}} INT

Fielding

{{scoresheet.home_team.abbr || scoresheet.home_team.label}} Totals
{{calculateTeamStatline('home', 'ground_balls', 'total') || '0'}} GB | {{calculateTeamStatline('home', 'caused_turnovers', 'total') || '0'}} CT | {{calculateTeamStatline('home', 'interceptions', 'total') || '0'}} INT
#{{athlete.jersey_num}} - {{athlete.fname | titleCase}} {{athlete.lname | titleCase}}
{{athlete.ground_balls || '0'}} GB | {{athlete.caused_turnovers || '0'}} CT | {{athlete.interceptions || '0'}} INT

Draws

#{{athlete.jersey_num}} - {{athlete.fname | titleCase}} {{athlete.lname | titleCase}}
{{athlete.draw_controls || '0'}} / {{athlete.draws_attempted || '0'}}
{{scoresheet.away_team.abbr || scoresheet.away_team.label}} Totals
{{calculateTeamStatline('home', 'draw_controls', 'total') || '0'}} / {{calculateTeamStatline('home', 'draws_attempted', 'total') || '0'}}

Draws

{{scoresheet.home_team.abbr || scoresheet.home_team.label}} Totals
{{calculateTeamStatline('home', 'draw_controls', 'total') || '0'}} / {{calculateTeamStatline('home', 'draws_attempted', 'total') || '0'}}
#{{athlete.jersey_num}} - {{athlete.fname | titleCase}} {{athlete.lname | titleCase}}
{{athlete.draw_controls || '0'}} / {{athlete.draws_attempted || '0'}}

Goalies

#{{athlete.jersey_num}} - {{athlete.fname | titleCase}} {{athlete.lname | titleCase}}
{{athlete.goalie_saves || '0'}} / {{athlete.shots_against || '0'}}
{{scoresheet.away_team.abbr || scoresheet.away_team.label}} Totals
{{calculateTeamStatline('away', 'goalie_saves', 'total') || '0'}} / {{calculateTeamStatline('away', 'shots_against', 'total') || '0'}}

Goalies

{{scoresheet.home_team.abbr || scoresheet.home_team.label}} Totals
{{calculateTeamStatline('home', 'goalie_saves', 'total') || '0'}} / {{calculateTeamStatline('home', 'shots_against', 'total') || '0'}}
#{{athlete.jersey_num}} - {{athlete.fname | titleCase}} {{athlete.lname | titleCase}}
{{athlete.goalie_saves || '0'}} / {{athlete.shots_against || '0'}}