POSITION: {{ player.position ? player.position : ' - ' }}
D.O.B: {{ player.date_of_birth_string ? player.date_of_birth_string : ' - ' }}
WEIGHT: {{ player.weight ? player.weight : ' - ' }} KG, {{ player.st ? player.st : ' - ' }} ST {{ player.lbs ? player.lbs : ' - ' }} LBS
HEIGHT: {{ player.height ? player.height : ' - ' }} CM, {{ player.ft ? player.ft : ' - ' }} FT {{ player.in ? player.in : ' - ' }} IN
season stats | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
SEASON | APPS | TRIES | CONV | DG | PEN | YC | RC | PTS | ||
{{stats.season ? stats.season : '' }} | {{stats.apps ? stats.apps : 0 }} | {{stats.tries ? stats.tries : 0 }} | {{stats.conv ? stats.conv : 0 }} | {{stats.dg ? stats.dg : 0 }} | {{stats.pen ? stats.pen : 0 }} | {{stats.yc ? stats.yc : 0 }} | {{stats.rc ? stats.rc : 0 }} | {{stats.pts ? stats.pts : 0 }} |