Boston Marathon 2020
Live
{{ paginator.page * paginator.perPage + cell.row.index + 1 }}
@if (isTop3(cell)) { @if (cell.row.index === 0) { First place Trophy image } @if (cell.row.index === 1) { Second place Trophy image } @if (cell.row.index === 2) { Third place Trophy image } }
{{ cell.value }} @if (live) { }
{{ val | number: '1.1-5' }}
First place Trophy image Winner First place Trophy image

{{ winner.Name }}

Finish
@for (player of top3; track $index; let i = $index) {
{{i + 1}} First place Trophy image

{{ player.Name }}

}