{{#if categories}}
{{#each categories}}
{{#if title}}{{title}} {{/if}}{{../title}}
{{#each children}}
{{#unless hasOwnDocument}}
{{> member}}
{{/unless}}
{{/each}}
{{/each}}
{{else}}
{{#if (jpIsAllowedGroup title)}}
{{title}}
{{#each children}}
{{#unless hasOwnDocument}}
{{> member}}
{{/unless}}
{{/each}}
{{/if}}
{{/if}}