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