{{ t('subtitle') }}
{{ t('extensionDesc') }}
{{ t('bonusAlwaysDesc') }}
{{ t('needTwoPlayers') }}
{{ sortedPlayers[0]?.name }}
{{ tpl('winsWithPts', {pts: playerScores[sortedPlayers[0]?.id]}) }}
| {{ t('playerCol') }} | {{ t('roundAbbr') }}{{ r }} | {{ t('total') }} |
|---|---|---|
|
{{ p.name[0].toUpperCase() }}
{{ p.name }}
|
{{ getRoundScore(p.id, r-1) === null ? '—' : (getRoundScore(p.id, r-1) > 0 ? '+' : '') + getRoundScore(p.id, r-1) }} | {{ playerScores[p.id] }} |