Lire
{{ playlist.name }}
{% if app.user %}
{% if viewed_user.id == app.user.id %}
{% if playlist.owned(app.user) %}
X
{% else %}
X
{% endif %}
{% endif %}
{% endif %}
{% 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 %}
{% include "MuzichCoreBundle:Tag:tag_cloud.html.twig" with {
'tags' : playlist.tags
} %}