{% extends "basefront.html.twig" %} {% block body %}

{{ playlist.name }}


Nombre de formations : {{ playlistformations|length }}

Catégories : {% set anccategorie = '' %} {% for playlist in playlistcategories %} {{ playlist.name }}  {% endfor %}

Description :
{{ playlist.description|nl2br }}
{% for formation in playlistformations %}
{% if formation.miniature %} {% endif %}
{% endfor %}
{% endblock %}