{% from "player/_icons.html" import play_icon, queue_add_icon, star_icon %}
← back ↑ albums edit
{% set art_url = album|album_art_url %}
{% if art_url %} {% else %} {% endif %} {% if album.track_count %}
{% endif %}

{{ album.album|display_album_title }}{% if album_year_text %}{{ album_year_text }}{% endif %}

{% if album_artist_links or album_genre_links %}
    {% if album_artist_links %}
  • {%- for item in album_artist_links -%} {% if item.url -%} {{ item.label }} {%- else -%} {{ item.label }} {%- endif %}{% if not loop.last %}, {% endif %} {%- endfor %}
  • {% endif %} {% if album_genre_links %}
  • {%- for item in album_genre_links -%} {% if item.url -%} {{ item.label }} {%- else -%} {{ item.label }} {%- endif %}{% if not loop.last %}, {% endif %} {%- endfor %}
  • {% endif %}
{% endif %} {% if album_style_links %}
  • {%- for item in album_style_links -%} {% if item.url -%} {{ item.label }} {%- else -%} {{ item.label }} {%- endif %}{% if not loop.last %}, {% endif %} {%- endfor %}
{% endif %}
{% set is_queue = false %} {% set show_track_artist = true %} {% set show_track_play_button = false %}
{% for section in track_sections %}
{% if section.label %}

{{ section.label }}

{% endif %} {% set table_rows = section.table_rows %} {% include "player/_track_table.html" %}
    {% for part in section.meta %}
  • {{ part }}
  • {% endfor %}
{% endfor %}