{% if index == None %} {% else %} {% if index == playlist.current_index %} {% else %} {% endif %} {{ index + 1 }}
{% if m.type != 'radio' and m.thumbnail %} {% else %} {% endif %}
{% if m.title.strip() %} {{ m.title|truncate(45) }} {% elif m.url %} {{ m.url|truncate(45) }} {% endif %} {{ m.display_type() }}
{% if m.type == 'file' %} {% if m.artist %} {{ m.artist }} {% else %} ?? {% endif %} {% elif m.type == 'url_from_playlist' %} {{ m.playlist_title|truncate(50) }} {% else %} Unknown Artist {% endif %}
{% for tag_tuple in tag_tuples %} {{ tag_tuple[0] }} {% endfor %}
{% if m.type == 'url' or m.type == 'radio' or m.type == 'url_from_playlist' %} {{ m.url|truncate(50) }} {% elif m.type == 'file' %} {{ m.path|truncate(50) }} {% endif %}
{% endif %}