La cote dépend du nombre de joueurs ayant choisi le même buteur (1 joueur = ×5, 8+ = ×1).
| Pays | Équipes | |||||
|---|---|---|---|---|---|---|
| #{{ loop.index }} |
{% include 'buteur/_photo_lightbox.html.twig' with {
photo: row.photo|default(null),
name: row.name,
initials: buteur_initials(row.name),
img_class: 'match-live-buteur-pick__photo',
width: 28,
height: 28,
} only %}
{{ row.name }}
|
{{ row.country|default('—') }} | ×{{ row.coefficient|number_format(2, ',', ' ') }} | {{ row.goals }} | {{ row.points_per_goal }} | {% if row.teams is not empty %} {{ row.teams|join(', ') }} ({{ row.selections_count }} joueur{{ row.selections_count > 1 ? 's' : '' }}) {% else %} — {% endif %} |
Aucun buteur n’a encore été choisi par les joueurs cotisés.
{% endif %}