{% extends 'base.html.twig' %} {% block title %}Pronostics du match | LPF 2026{% endblock %} {% block body %}

Pronostics du match

{{ match.paysDomicile.nom }} — {{ match.paysExterieur.nom }}, {{ match.dateHeure|fr_match_datetime }}{% set phase_label = match_phase_label(match) %}{% if phase_label %} · {{ phase_label }}{% endif %}

Retour aux matchs
{% include 'competition/_match_live_body.html.twig' with { show_simulator: false, match: match, live_view: live_view, match_goals: match_goals, } %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}