{# advices: list<{team_id:int, team_name:string, position:int, points:int, advice:string}> #} {% if advices is not empty %}

Conseil (avant match)

Indications générales basées sur le classement, les jokers restants et les buteurs (sans révéler d’actions précises).

{% for row in advices %} {% endfor %}
# Équipe Pts Conseil
{{ row.position }} {{ row.team_name }} {{ row.points|number_format(0, ',', ' ') }} {{ row.advice }}
{% endif %}