{% extends 'base.html' %} {% block content %} {% if page_name == "Queue" %} {% if playlists %}

{% if icons %} {% endif %}View All Playlists

{% else %}

There are no playlists. You can create one by browsing and adding tracks with the "+" button.

{% endif %} {% if playlists %}
{% if playlist_save %} {% endif %}
{% endif %} {% endif %} {% if audio_list or video_list %} {% if page_name == "Queue" %} {% if playlistctl %}
{% if playlist_save %}
{% endif %} {% endif %} {% endif %} {% if playlist_detail %}

{% if icons %} {% endif %}View All Playlists

Playlist Name: {{ playlist_name }}

{% endif %} {% include "item_table.html" with context %} {% if audio_list %} {% include "audio_player.html" with context %} {% endif %} {% if video_list %} {% include "video_player.html" with context %} {% endif %} {% endif %} {% if not audio_list and not video_list %}

Your queue is empty, click the "+" icon next to any track to add it.

{% if page_name == "Queue" %}
{% endif %} {% endif %} {% endblock %}