{# Corps partagé page live / pronostics terminé — show_simulator: bool #}
{% 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) }}

{{ live_view.scoreDomicile }} - {{ live_view.scoreExterieur }}

{% if show_simulator and match.statut == 'LIVE' %} {{ match_live_clock_label(match) }} {% elseif not show_simulator %} Terminé {% endif %} {% if show_simulator and live_view.viewerPronostic|default(null) %} {% include 'competition/_match_viewer_pronostic.html.twig' with { viewer_pronostic: live_view.viewerPronostic } only %} {% 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) }}
{% include 'competition/_match_goals.html.twig' with { goals: match_goals } only %}
{% if match_cotes_visible(match) %} {% include 'competition/_match_live_cotes.html.twig' with { cotes: live_view.cotes } only %} {% endif %}
{% if show_simulator %} {% include 'competition/_match_live_simulator.html.twig' with { match: match, live_view: live_view, extra_class: ' mt-5', } only %} {% endif %}

Pronostics par équipe

{% include 'competition/_match_live_teams.html.twig' with { teams: live_view.teams, cotes_visible: match_cotes_visible(match), viewer_pronostic: live_view.viewerPronostic|default(null), } only %}
{% include 'competition/_match_live_jokers_section.html.twig' with { match_jokers: live_view.matchJokers|default([]), } only %} {% if live_view.matchButeurs is not empty %}

Buteurs des pays en lice

{% include 'competition/_match_live_match_buteurs.html.twig' with { match_buteurs: live_view.matchButeurs } only %}
{% endif %} {% if match.isKdoMatch and live_view.kdoOutlook %} {% include 'competition/_match_live_kdo.html.twig' with { kdo_outlook: live_view.kdoOutlook, kdo_final: not show_simulator, } only %} {% endif %} {% include 'competition/_match_live_joker_info_dialog.html.twig' %}