{% extends 'baseadmin.html.twig' %} {% block body %} {% for playlist in playlists %} {% endfor %}
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
Ajouter une playlist {% endblock %}