{% extends 'base.html' %} {% block content %} {% if not item_list and not video_list %} {% if page_name == "Playlist" %} {% 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 %} {% endif %} {% endif %} {% if page_name == "Playlist" %} {% if playlists %}
{% if playlist_save %} {% endif %}
{% endif %} {% endif %} {% if item_list or video_list %} {% if page_name == "Playlist" %} {% if playlistctl %}
{% if playlist_save %}
{% endif %} {% endif %}

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

{% endif %} {% if playlist_detail %}

Playlist Name: {{ playlist_name }}

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

{% endif %} {% include "item_table.html" with context %} {% if item_list %} {% include "audio_player.html" with context %} {% endif %} {% if video_list %} {% include "video_player.html" with context %} {% endif %} {% endif %} {% if not item_list and not video_list %} {% if page_name == "Playlist" %}
{% endif %} {% endif %} {% endblock %}