{# match_buteurs: list<{id, name, photo, country, coefficient, selections_count, teams}> #}
| Buteur | Pays | Cote | Choix |
|---|---|---|---|
|
{% 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.selections_count }} joueur{{ row.selections_count > 1 ? 's' : '' }} {% if row.teams is not empty %} ({{ row.teams|join(', ') }}) {% endif %} |