{{localize 'MonksTokenBar.Creatures'}}{{#if (gt monsters.length 0)}}{{ monsters.length}}{{/if}} {{localize 'MonksTokenBar.Players'}}{{#if (gt actors.length 0)}}{{ actors.length}}{{/if}}
  1. {{localize 'MonksTokenBar.Creatures'}}

    {{localize 'MonksTokenBar.XPAdd'}} {{localize 'MonksTokenBar.Clear'}}
    1. {{#each monsters}}
    2. {{this.actor.name}} {{#if this.defeated}}{{/if}}

      {{#if this.xp}}{{this.xp}}xp{{/if}}
    3. {{/each}}
  1. {{localize 'MonksTokenBar.Actors'}}

    {{localize 'MonksTokenBar.Players'}} {{localize 'MonksTokenBar.Initial'}} {{localize 'MonksTokenBar.LastTokens'}} {{localize 'MonksTokenBar.XPAdd'}} {{localize 'MonksTokenBar.Clear'}}
    1. {{#each actors}}
    2. {{this.actor.name}}

    3. {{/each}}