{% if playlist.id %}
{{ playlist.id }}
{% else %}
{% endif %}
{{ playlist.name }}
|
{% if AUTH_ENABLED %}
{% if playlist.id %}
{% set creator = track_created(playlist) %}
{% if creator.username %}
{{ creator.username }}
{% endif %}
{% endif %}
|
{% endif %}
{% if playlist.time_sync %}
{% else %}
{% endif %}
|
{% if playlist.id %}
{% endif %}
|
{% set total_duration = seconds_to_hhmmss(durations[playlist.id]) %}
{% if total_duration %}
{{ total_duration }}
{% else %}
{{ l.common_empty }}
{% endif %}
|
{% if playlist.id %}
{% endif %}
|
{% endfor %}