{% extends 'base.html.twig' %} {% block title %}Phases finales | LPF 2026{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
Phase à élimination directe (16es → 8es → quarts → demi-finales → finale). Pronostiquez comme sur le tableau de bord avant le coup d'envoi.
Aucun match disponible pour cette étape pour le moment.
{% else %} {% set default_prono_cutoff_day_shown = false %} {% set current_day = null %} {% for match in round.matches %} {% set match_day = match.dateHeure ? match.dateHeure|date('Y-m-d') : 'date-inconnue' %} {% if match_day != current_day %} {% if not loop.first %}