{{#each groups}}
{{#unless folder._id}} {{#if ../backButton}}
{{else}} {{/if}} {{/unless}}
    {{#each this.folder.scenes}} {{#if this.directory}} {{#if this.visible}}
  1. {{this.name}} {{#unless this.navopen}}
      {{#if this.active}}
    • {{/if}} {{#each this.users as |user i|}}
    • {{user.letter}}
    • {{/each}}
    {{/unless}}
  2. {{/if}} {{else}}
  3. {{this.name}}
      {{#if this.active}}
    • {{/if}} {{#each this.users as |user i|}}
    • {{user.letter}}
    • {{/each}}
  4. {{/if}} {{/each}}
{{/each}}