{% if item_list %} {% if add_all_button %}
{% endif %}

{% if video_list %}Audio Tracks{% else %}Files:{% endif %}

{% if secret_key and playlist_add %} {% endif %} {% if secret_key and playlist_rm %} {% endif %} {% for item in item_list %} {% if item.type == "audio" %} {% if playlist_add %} {% endif %} {% if secret_key and playlist_rm %} {% endif %} {% elif item.type == "video" %} {% if playlist_add %} {% endif %} {% if secret_key and playlist_rm %} {% endif %} {% endif %} {% endfor %}
TrackAddPlay Title Album Artist LengthRemove
{# TRACK #} {% if item.track and not item.tracktotal %}{{ item.track }}{% endif %} {% if item.track and item.tracktotal %}{{ item.track }}/{{ item.tracktotal }}{% endif %} {# ADD #}
{# PLAY #} {% if page_name != "Playlist" %}
{% endif %}
{# TITLE #} {% if item.title %} {{ item.title }} {% else %} {{ item.file_name }} {% endif %} {# MOBILE TITLE #} {% if item.title %} {{ item.title_mobile }} {% else %} {{ item.file_name_mobile }} {% endif %} {# ALBUM #} {% if item.album %}{{ item.album }}{% endif %} {% if item.artist %}{{ item.artist }}{% endif %} {% if item.length %}{{ item.length }}{% endif %}
{# TRACK #} {% if item.track and not item.tracktotal %}{{ item.track }}{% endif %} {% if item.track and item.tracktotal %}{{ item.track }}/{{ item.tracktotal }}{% endif %} {# ADD #}
{# PLAY #} {% if page_name != "Playlist" %}
{% endif %}
{# TITLE #} {% if item.title %} {{ item.title }} {% else %} {{ item.file_name }} {% endif %} {# TITLE #} {% if item.title %} {{ item.title_mobile }} {% else %} {{ item.file_name_mobile }} {% endif %} {# ALBUM #} {% if item.album %}{{ item.album }}{% endif %} {# ARTIST #} {% if item.artist %}{{ item.artist }}{% endif %} {% if item.length %}{{ item.length }}{% endif %}
{% endif %} {% if video_list %}

Video Tracks

{% if secret_key and playlist_add %} {% endif %} {% if secret_key and playlist_rm %} {% endif %} {% for item in video_list %} {% if item.type == "video" %} {% if playlist_add %} {% endif %} {% if secret_key and playlist_rm %} {% endif %} {% endif %} {% endfor %}
TrackAddPlay Title Album Artist LengthRemove
{% if item.track and not item.tracktotal %}{{ item.track }}{% endif %} {% if item.track and item.tracktotal %}{{ item.track }}/{{ item.tracktotal }}{% endif %} {# ADD #}
{# PLAY #} {% if page_name != "Playlist" %}
{% endif %}
{# TITLE #} {% if item.title %} {{ item.title }} {% else %} {{ item.file_name }} {% endif %} {# TITLE #} {% if item.title %} {{ item.title_mobile }} {% else %} {{ item.file_name_mobile }} {% endif %} {# ALBUM #} {% if item.album %}{{ item.album }}{% endif %} {# ARTIST #} {% if item.artist %}{{ item.artist }}{% endif %} {% if item.length %}{{ item.length }}{% endif %}
{% endif %}