{{#if user.isGM}}
{{/if}}
    {{#each data.entities as |e|}} {{#if e.data.flags.acks.party}}
  1. {{e.name}}
    {{e.data.data.hp.value}}/{{e.data.data.hp.max}}
    {{#if @root.settings.ascending}}{{e.data.data.aac.value}} {{e.data.data.aac.naked}} {{else}}{{e.data.data.ac.value}} {{e.data.data.ac.naked}} {{/if}}
    {{#unless @root.settings.ascending}} {{e.data.data.thac0.value}} {{else}} {{e.data.data.thac0.throw}} {{/unless}}
    {{#if (eq e.data.type 'character')}}
    {{add e.data.data.scores.str.mod e.data.data.thac0.mod.melee}}
    {{add e.data.data.scores.dex.mod e.data.data.thac0.mod.missile}}
    {{/if}}
    {{e.data.data.movement.encounter}} {{e.data.data.movement.base}}
    {{#if (eq e.data.type 'character')}}
    {{roundWeight e.data.data.encumbrance.value}}k
    {{/if}}
    {{#each e.data.data.saves as |s i|}} {{lookup @root.config.saves_short i}} {{s.value}} {{/each}} {{#if (eq e.data.type 'character')}}{{mod e.data.data.scores.wis.mod}}{{/if}}
  2. {{/if}} {{/each}}