{% for categorie in tree_data %}
  • {% include "@Courses/Media/tree_categorie.html.twig" with {'categorie': categorie, 'only_enabled': only_enabled } only %}
  • {% endfor %}