{% extends "basefront.html.twig" %} {% block body %}
Playlist |
Formations |
Catégories | |
---|---|---|---|
{{ playlists[k].name }} |
{{ playlists[k].formations|length }} | {% set categories = playlists[k].categoriesplaylist %} {% if categories|length > 0 %} {% for c in 0..categories|length-1 %} {{ categories[c] }} {% endfor %} {% endif %} | Voir détail |