| Joueur | Surnom | Équipe | |
|---|---|---|---|
| {{ player.email }} | {{ team_label ? team_label.nickname : '—' }} | {{ team_label ? team_label.team_name : '—' }} | Fiche |
Aucun pronostic enregistré pour ce match.
{% else %}| Joueur | Prono | Pts base | Cote | Pts joueur | Pts équipe | BigBalls | Modifié le | |
|---|---|---|---|---|---|---|---|---|
| {{ pronostic.joueur.email }} | {{ pronostic.scoreDomicile }}-{{ pronostic.scoreExterieur }} | {{ pronostic.pointsBase ?? '—' }} | {% if pronostic.coteCoefficient is not null %} {{ pronostic.coteCoefficient|number_format(2, ',', ' ') }} {% else %} — {% endif %} | {% if pronostic.points is not null %} {{ pronostic.points|round(0, 'common') }} {% else %} — {% endif %} | {% set team_pts = pronostic.pointsEquipe ?? pronostic.points %} {% if team_pts is not null %} {{ team_pts|round(0, 'common') }} {% else %} — {% endif %} | {{ pronostic.priseRisque ? 'Oui' : '—' }} | Détail |
Aucun match en base.
{% endif %}