{{localize 'MonksTokenBar.Actors'}}
    {{#each entries as |entry i|}}
  1. {{entry.name}}
  2. {{/each}}
{{#each options}} {{#if this.text}}
{{localize this.text}}
{{/if}}
{{#each this.groups as |name key|}}
{{localize name}}
{{/each}}
{{/each}}