{{#if hasAnySections}}
{{#each sections}}
{{this.label}}
{{localize "DICESONICE.libraryMyDice"}}
{{#if this.myDice.length}}
    {{#each this.myDice}}
  1. {{this.name}}
  2. {{/each}}
{{else}}
{{localize "DICESONICE.libraryNoDice"}}
{{/if}}
{{#each this.otherUsers}}
{{this.userName}}
    {{#each this.dice}}
  1. {{this.name}}
  2. {{/each}}
{{/each}}
{{/each}}
{{else}}

{{localize "DICESONICE.editorNoCustomDice"}}

{{/if}}