{% extends "baseadmin.html.twig" %} {% block body %} {% if message|default %}
|
playlist < > |
catégories |
nb formations < > |
|
|---|---|---|---|
{{ playlists[k].name }} |
{% set cats = playlists[k].categoriesplaylist %} {% if cats|length > 0 %} {% for c in 0..cats|length-1 %} {{ cats[c] }} {% endfor %} {% endif %} | {{ playlists[k].formations|length }} | Modifier Supprimer |