{% extends 'base.html.twig' %}
{% block title %}Checklist compétition · Admin{% endblock %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}
{% block body %}
{% include 'admin/_compet_scenario_playbook.html.twig' with { scenario: scenario } only %}
Progression globale
{{ section.description }}
{{ item.description }}
{% endif %}{{ note.content|e|nl2br }}
Aucune note pour ce point. Documentez le match test (IDs, équipes, résultats attendus).