| Match | Date | Pronostic | |
|---|---|---|---|
| {% include 'competition/_default_prono_cutoff_notice.html.twig' with { match: default_prono_cutoff } only %} | |||
| {{ match.paysDomicile.nom }} - {{ match.paysExterieur.nom }} | {{ match.dateHeure|fr_match_datetime }}{% set phase_label = match_phase_label(match) %}{% if phase_label %} · {{ phase_label }}{% endif %} | {% if match_prono_blocked_cotisation %} Cotisation requise (10 €). {% elseif can_pronostic %} {% set prono_default_home = prono_form_default_score_domicile(match) %} {% set prono_default_away = prono_form_default_score_exterieur(match) %} {% elseif pronostic %} {{ pronostic.scoreDomicile }} - {{ pronostic.scoreExterieur }} {% else %} Verrouille {% endif %} |
{% if pronostic and pronostic.points is not null %}
{{ pronostic.points|number_format(0, ',', ' ') }} pts
{% if cotes_visible and pronostic.coteCoefficient is not null and pronostic.pointsBase is not null %}
Base: {{ pronostic.pointsBase }} x Cote: {{ pronostic.coteCoefficient|number_format(2, ',', ' ') }}
{% endif %}
{% else %}
-
{% endif %}
|
| Aucun match disponible pour le moment. | |||