{% from "player/_icons.html" import play_icon, queue_add_icon %}
← back ↑ index
{% if playlist.track_count %}
{% endif %}

{{ playlist.name }}

  • Playlist
  • {% if playlist_path_text %}
  • {{ playlist_path_text }}
  • {% endif %}
{% set is_queue = false %} {% set show_track_play_button = false %} {% set show_playlist_track_menu = false %}
{% include "player/_track_table.html" %}
    {% for part in playlist_track_meta %}
  • {{ part }}
  • {% endfor %}