| {t('rouge')} | {t('scores')} | {t('bleu')} | ||
|---|---|---|---|---|
| {match.red} | {match.red_w ? |
{scoreToString(match.score)} | {match.blue_w ? |
{match.blue} |
| {t('place')} | {t('nom')} | {t('score')} | {t('victoire')} | {t('ratio')} | {t('pointsMarqués')} | {t('pointsReçus')} |
|---|---|---|---|---|---|---|
| {row.rank} | {row.name} | {row.score} | {row.win} | {row.pointRate.toFixed(3)} | {row.pointMake} | {row.pointTake} |
| {t('catégorie')} | {t('nom')} | {t('victoires')} | {t('défaites')} | {t('ratioVictoires')} | {t('pointsMarqués')} | {t('pointsReçus')} | {t('ratioPoints')} |
|---|---|---|---|---|---|---|---|
| {comb.cat} | {comb.name} | {comb.w} | {comb.l} | {comb.ratioVictoire.toFixed(3)} | {comb.pointMake} | {comb.pointTake} | {comb.ratioPoint.toFixed(3)} |
| {t('catégorie')} | {t('adversaire')} | {t("scores")} | {t('ratio')} | |
|---|---|---|---|---|
| {match.poule} | {match.adv} | {scoreToString(match.score)} | {match.ratio.toFixed(3)} | {match.win ? |
| {t('catégorie')} | {t('club')} | {t('nom')} | {t('victoires')} | {t('défaites')} | {t('ratioVictoires')} | {t('pointsMarqués')} | {t('pointsReçus')} | {t('ratiosPoints')} |
|---|---|---|---|---|---|---|---|---|
| {comb.cat} | {comb.club} | {comb.name} | {comb.w} | {comb.l} | {comb.ratioVictoire.toFixed(3)} | {comb.pointMake} | {comb.pointTake} | {comb.ratioPoint.toFixed(3)} |