{% extends 'base.html.twig' %} {% block title %}Accueil{% endblock %} {% block stylesheets %} {{ parent() }} {% if live_matches|length >= 2 or show_multiplex_preview|default(false) %} {% endif %} {% endblock %} {% block body %} {% include 'home/_dashboard_banner.html.twig' %} {% if show_badge_simulate|default(false) %} {% include 'home/_dashboard_badge_simulate.html.twig' %} {% endif %} {% include 'home/_dashboard_random_stat.html.twig' with { dashboard_published_interviews: dashboard_published_interviews|default([]), dashboard_random_stats: dashboard_random_stats|default([]), dashboard_latest_forum_post: dashboard_latest_forum_post|default(null), dashboard_latest_forum_author: dashboard_latest_forum_author|default(null), } only %} {% include 'home/_dashboard_editorial.html.twig' with { dashboard_editorial: dashboard_editorial, dashboard_editorials_archive: dashboard_editorials_archive|default([]), } only %} {% if show_multiplex_preview|default(false) %}
{{ multiplex_preview.matches|length }} matchs à {{ multiplex_preview.kickoff|fr_match_datetime }}
MultiplexAucun match à afficher pour le moment.
{% else %} {% if live_matches is not empty %}