{% extends 'base.html.twig' %} {% block body_class %} front-body--recap-stories front-body--finale-stories{% endblock %} {% block title %}Finale LPF’26 — Le grand débrief | LPF 2026{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

LPF’26 · Finale

{% for item in story_items %} {% if item.type == 'slide' %}
{% if item.image %}
{% elseif item.team_logo %} {% set logo_src = item.team_logo starts with 'http' ? item.team_logo : asset(item.team_logo) %} {% endif %} {% if item.eyebrow %}

{{ item.eyebrow }}

{% endif %}

{% if item.team_id %} {{ item.title }} {% else %} {{ item.title }} {% endif %}

{% if item.value %}

{{ item.value }}

{% endif %} {% if item.body %}

{{ item.body|raw }}

{% endif %} {% if loop.first %}

Tape ou swipe pour continuer

{% endif %}
{% elseif item.type == 'roll_call' %} {% set meta = item.meta %}
{% if meta.image %}
{% endif %} {% if meta.eyebrow %}

{{ meta.eyebrow }}

{% endif %}

{{ meta.title }}

{% for row in item.rows %}
#{{ row.position }} {% if row.team_logo %} {% set roll_logo = row.team_logo starts with 'http' ? row.team_logo : asset(row.team_logo) %} {% endif %}
{{ row.team_name }} {{ row.line|raw }}
{{ row.points|number_format(0, ',', ' ') }}
{% endfor %}
{% elseif item.type == 'actions' %}

Suite

À toi de jouer

Relance ton récap Stories ou retourne au classement.

{% set my_team_id = connected_team_id() %} {% if my_team_id %} Mon récap Stories {% endif %} Classement Stats
{% endif %} {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}