{# match, pronostic, partner_pronostics, now, match_goals, team_match_points, match_joker, is_favorite_country_match, panel_index, multiplex_preview, multiplex_preview_kickoff, multiplex_panel, espion_intel, show_joker_ui, prono_access_blocked #} {% set is_favorite_country_match = is_favorite_country_match|default(false) %} {% set match_joker = match_joker|default(null) %} {% set multiplex_panel = multiplex_panel|default({}) %} {% set live_view = multiplex_panel.live_view|default(null) %} {% set is_live = multiplex_panel.is_live|default(false) %} {% set is_finished = multiplex_panel.is_finished|default(false) %} {% set team_match_points = multiplex_panel.team_match_points|default(team_match_points|default(null)) %} {% set panel_index = panel_index|default(0) %} {% set multiplex_preview = multiplex_preview|default(false) %} {% set score_home = match.scoreDomicile is not null ? match.scoreDomicile : 0 %} {% set score_away = match.scoreExterieur is not null ? match.scoreExterieur : 0 %}
0 %}hidden{% endif %} aria-labelledby="match-multiplex-tab-{{ match.id }}" >
{% include 'components/_country_flag_img.html.twig' with { country: match.paysDomicile, img_classes: 'match-live-score-flag', placeholder_class: 'match-live-score-flag match-flag-placeholder', } only %} {{ country_short_label(match.paysDomicile) }}

{{ score_home }} {{ score_away }}

{% if multiplex_preview %} {{ multiplex_preview_kickoff ? multiplex_preview_kickoff|date('H:i') : match.dateHeure|date('H:i') }} {% else %} {{ match_live_clock_label(match) }} {% endif %} {% if multiplex_preview %} Aperçu {% elseif is_live %} En direct {% elseif is_finished %} Terminé {% endif %}
{% include 'components/_country_flag_img.html.twig' with { country: match.paysExterieur, img_classes: 'match-live-score-flag', placeholder_class: 'match-live-score-flag match-flag-placeholder', } only %} {{ country_short_label(match.paysExterieur) }}
{% if match.isKdoMatch or is_favorite_country_match %}
{% if match.isKdoMatch %} KDO {% endif %} {% if is_favorite_country_match %} Équipe favorite {% endif %}
{% endif %}

{% set group_letter = match.groupStandingLetter %} {% if group_letter %} {{ match_phase_label(match) ?: ('Groupe ' ~ group_letter) }} {% else %} {{ match_phase_label(match) ?: 'Phase à définir' }} {% endif %} {% if match.venueName %} · {{ match.venueName }} {% endif %}

{% include 'competition/_match_multiplex_live_body.html.twig' with { match: match, pronostic: pronostic, partner_pronostics: partner_pronostics|default([]), match_goals: match_goals|default([]), match_joker: match_joker, live_view: live_view, is_live: is_live, is_finished: is_finished, team_match_points: team_match_points, espion_intel: espion_intel|default(null), show_joker_ui: show_joker_ui|default(false), prono_access_blocked: prono_access_blocked|default(false), multiplex_preview: multiplex_preview, } only %} Hub match complet