{{ player.grad_year == 0 ? '--' : player.grad_year >= 10000 ? 'TS' : player.grad_year }}
·
{{ player.gpa == 0 ? '--' : player.gpa }} GPA
·
{{ player.sat == 0 ? '--' : player.sat }} SAT
·
{{ player.act == 0 ? '--' : player.act }} ACT
{{ player.details.primary_position == 0 ? 'Position' : player.details.primary_position }}
·
{{ player.details.height == 0 ? 'Height' : player.details.height }}
·
{{ player.details.weight == 0 ? 'Weight' : player.details.weight }}