{% extends "layout.html" %} {% block title %}{{title_pre}} Playlist {% endblock %} {% block bread %}

Playlists

Add New Playlist
{% endblock %} {% block content %}
Playlists
All {% for key,type in types %} {{ type.type }} {% endfor %}
{% if _get.id is defined and playlist.id > 0 %}
File:
{% endif %}
{% if _get.id is defined and playlist.id > 0 %}
Playlist Details:
DELETE PLAYLIST

Name

Duration Pause

Screen Type

Media in Playlist

Total Time: {{playlist.duration}}

    Move to Trash

{% else %}

Add / Edit a Playlist

To edit a playlist, please click on the specific playlist from the left sidebar.
If you want to add a new playlist add it in the section below.

ADD NEW PLAYLIST:

Name

Duration Pause

Screen Type

Playlist Type

{% endif %}
{% if _get.id is defined and playlist.id > 0 %}
Seach Media
{% if curreny_type == '3' %}
{% endif %}
{% endif %}
{% endblock %}