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