{{#*inline "soundPartial"}}
  • {{sound.name}}

    {{#if @root.user.isGM}} {{/if}} {{#if sound.playing}} {{else}} {{/if}}
    {{#if playback}}
    {{sound.currentTime}} / {{sound.durationTime}}
    {{/if}}
  • {{/inline}} {{#*inline "playingPartial"}} {{#if showPlaying}}

    {{localize "PLAYLIST.CurrentlyPlaying"}}

      {{#each playingSounds as |sound|}} {{> soundPartial sound=sound playback=true}} {{/each}}
    {{/if}} {{/inline}}
    {{#if canCreateEntry}} {{/if}} {{#if canCreateFolder }} {{/if}}

    {{localize "PLAYLIST.GlobalVolume"}}

    1. {{localize "PLAYLIST.VolPlaylist"}}

    2. {{localize "PLAYLIST.VolAmbient"}}

    3. {{localize "PLAYLIST.VolInterface"}}

    {{#if currentlyPlaying.location.top}} {{> playingPartial}} {{/if}}
      {{~#each tree.children}} {{> (lookup @root "folderPartial") node=this folder=this.folder}} {{/each}} {{#each tree.entries}} {{> (lookup @root "entryPartial")}} {{/each~}}
    {{#if currentlyPlaying.location.bottom}} {{> playingPartial}} {{/if}}