{% for playlist in playlists %} {% set active = current_playlist and ''~playlist.id == ''~current_playlist.id %}
{% set title = playlist.name|trim %} {% set title = title if title|length > 0 %} {{ truncate((title)|default(l.common_untitled), 35, '...') }}
{% endfor %}