{% extends "MuzichFavoriteBundle::layout.html.twig" %} {% block title %}{% endblock %} {% block mainbox_classes %}{% endblock %} {% block content %}
Lire {% if app.user %} {% if not playlist.owned(app.user) and viewed_user.id != app.user.id %} {% if not app.user.havePlaylistPicked(playlist) %} P {% else %} uP {% endif %} {% endif %} {% endif %}

{{ playlist.name }}

{% include "MuzichCoreBundle:Tag:tag_cloud.html.twig" with { 'tags' : playlist.tags } %} {% if playlist.elements|length %}
{% endif %}
{% endblock %}