{# match, pronostic, partner_pronostics, now, is_live, is_finished, team_match_points #} {% set is_live = is_live|default(false) %} {% set is_finished = is_finished|default(false) %} {% set team_match_points = team_match_points|default(null) %} {% set display_score_home = is_live or is_finished ? (match.scoreDomicile ?? 0) : null %} {% set display_score_away = is_live or is_finished ? (match.scoreExterieur ?? 0) : null %}
{% if is_live %} En direct {% elseif is_finished %} Terminé {% else %} À venir {% endif %} {% if team_match_points is not null %} +{{ team_match_points }} pts {% endif %}
{{ country_short_label(match.paysDomicile) }} {% if display_score_home is not null %} {{ display_score_home }} - {{ display_score_away }} {% else %} {{ match.dateHeure ? match.dateHeure|date('H:i') : '—' }} {% endif %} {{ country_short_label(match.paysExterieur) }}

{{ match.dateHeure ? match.dateHeure|fr_match_date : '' }} {% if match.phase %} · {{ match.phase }}{% endif %}

{% if pronostic %}
Mon prono {{ pronostic.scoreDomicile }}-{{ pronostic.scoreExterieur }} {% for pp in partner_pronostics|default([]) %} · Part. {{ pp.scoreDomicile }}-{{ pp.scoreExterieur }} {% endfor %}
{% endif %} Ouvrir le hub match