{# PLAY #}
{% if page_name != "Queue" %}
{% endif %}
|
{# TRACK #}
{% if video.track and not video.tracktotal %}{{ video.track }}{% endif %}
{% if video.track and video.tracktotal and video.tracktotal != "0" %}{{ video.track }}/{{ video.tracktotal }}{% endif %}
{% if video.track and video.tracktotal and video.tracktotal == "0" %}{{ video.track }}{% endif %}
|
{% if playlist_add %}
{# ADD #}
|
{% endif %}
{# TITLE #}
{% if video.title %}
{{ video.title }}
{% else %}
{{ video.file_name }}
{% endif %}
|
{# TITLE #}
{% if video.title %}
{{ video.title_mobile }}
{% else %}
{{ video.file_name_mobile }}
{% endif %}
|
{# ALBUM #}
{% if video.album %}{{ video.album }}{% endif %}
|
{# ARTIST #}
{% if video.artist %}{{ video.artist }}{% endif %}
|
{% if video.length %}{{ video.length }}{% endif %}
|
{% if secret_key and playlist_rm %}
|
{% endif %}