{% extends "basefront.html.twig" %} {% block body %} {% if playlists|length > 0 %} {% for k in 0..playlists|length-1 %} {% endfor %} {% endif %}
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
{% endblock %}