{{title}}

    {{#each turns}}
  1. {{!-- Image --}} {{ name }} {{!-- Name & Controls --}}
    {{ name }}
    {{#if @root.user.isGM}} {{/if}} {{#if canPing}} {{/if}} {{#unless @root.user.isGM}} {{/unless}}
    {{#if ../combat.round}}
    {{#if isOwner}} {{#if (and (not isNPC) ../actionTokens.enabled)}}
    {{#times ../actionTokens.tokens}} {{/times}}
    {{/if}} {{/if}}
    {{/if}}
    {{#if @root.user.isGM}} {{else}} {{/if}}
  2. {{/each}}