{{@root.i18n 'label'}} {{#if isOwner}}
{{#if usesCount}} {{else if mustDraw}} {{/if}} {{#if canTrade}} {{/if}} {{#if isGM}} {{/if}}
{{/if}}
    {{#each actions as |action|}}
  1. {{action.name}}

    {{#if @root.isOwner}}
    {{#if @root.canUse}} {{/if}} {{#if @root.mustDiscard}} {{/if}}
    {{/if}}
  2. {{/each}}