{% extends 'layout/backEndLayout.html.twig' %} {% block content %}

Liste des sections configurees

{% for section in sections %} {% endfor %}
# Programme Section Action
{{ loop.index }}

{{ section.program.name }}

{{ section.name }}

{% endblock %}