{{#if items}} {{#each items}}
  • {{this.action}}
  • {{/each}} {{else}}
  • {{t "console.authorization.common.stripedList.noItems"}}
  • {{/if}}