{% extends "basefront.html.twig" %} {% block body %}
|
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 |