{% if node_player_group.id %}
{{ node_player_group.id }}
{% else %}
{% endif %}
{{ node_player_group.name }}
|
{% if AUTH_ENABLED %}
{% if node_player_group.id %}
{% set creator = track_created(node_player_group) %}
{% if creator.username %}
{{ creator.username }}
{% endif %}
{% endif %}
|
{% endif %}
{% if node_player_group.playlist_id and playlists[node_player_group.playlist_id] %}
{{ playlists[node_player_group.playlist_id] }}
{% else %}
{{ l.common_default_playlist }}
{% endif %}
|
{% if node_player_group.playlist_id and playlists[node_player_group.playlist_id] %}
{% endif %}
|
{% endfor %}