{% extends 'layout/backEndLayout.html.twig' %} {% block title %}Présentation de la section - {{ parent() }}{% endblock %} {% block content %}
{{ section.program }} / {{ section.name }}
{% for cycle in section.cycles %} {% else %} {% endfor %}
# Nom Taille
{{ loop.index }} {{ cycle.name }} {{ cycle.levels|length }}
Aucun cycle associé
{% endblock %}