{# cotes: buildDisplayContext — intégré dans la carte score live / terminé #} {% set highlight_final = highlight_final|default(false) %}
{% if highlight_final %} Cote finale {% else %} Cote score {% endif %} ×{{ cotes.for_score|number_format(2, ',', ' ') }} {% if cotes.min is not null and cotes.max is not null %} · min ×{{ cotes.min|number_format(2, ',', ' ') }} · moy. ×{{ cotes.moyenne|number_format(2, ',', ' ') }} · max ×{{ cotes.max|number_format(2, ',', ' ') }} {% endif %}
{% endif %} {% endif %}