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

{{ playlist.name }}

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 %}