{% extends 'baseadmin.html.twig' %} {% block body %}
| Nom < > | Description | Catégories | Nombre de formations | Actions |
|---|---|---|---|---|
| {{ playlist.name }} | {{ playlist.description }} | {% set categories = playlist.categoriesplaylist %} {% if categories|length > 0 %} {% for c in 0..categories|length-1 %} {{ categories[c] }} {% endfor %} {% endif %} | {{ playlist.getCountFormation() }} | Supprimer Modifier |