{##} {# #} {# #} {# #} {# {% if AUTH_ENABLED %}#} {# #} {# {% endif %}#} {# {% if PLAYLIST_ENABLED %}#} {# #} {# {% endif %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {##} {# {% for node_player_group in node_player_groups %}#} {# #} {# #} {# {% if AUTH_ENABLED %}#} {# #} {# {% endif %}#} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
{{ l.fleet_node_player_group_panel_th_name }}#} {# #} {# {{ l.fleet_node_player_group_panel_th_playlist }}{{ l.fleet_node_player_group_panel_th_activity }}
#} {# {{ l.fleet_node_player_group_panel_empty|replace(#} {# '%link%',#} {# (''~l.fleet_node_player_group_button_add~'')|safe#} {# ) }}#} {#
#} {#
#} {# {% if node_player_group.id %}#} {#
{{ node_player_group.id }}
#} {# {% else %}#} {#
#} {# {% endif %}#} {##} {# #} {# {{ node_player_group.name }}#} {#
#} {#
#} {# {% if node_player_group.id %}#} {# {% set creator = track_created(node_player_group) %}#} {# {% if creator.username %}#} {# #} {# {{ creator.username }}#} {# #} {# {% 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.id %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# {% endif %}#} {#
#}
{% for node_player_group in node_player_groups %} {% set active = current_player_group and ''~node_player_group.id == ''~current_player_group.id %}
{% set title = node_player_group.name|trim %} {% set title = title if title|length > 0 %} {{ truncate((title)|default(l.common_untitled), 35, '...') }}
{% set pcounter = pcounters[node_player_group.id]|default(0) %} {% if pcounter > 0 %} {{ pcounter }} {% else %} {{ l.common_empty }} {% endif %}
{% endfor %}