{{!-- Encounter Controls --}} {{#if user.isGM}} {{/if}}
{{!-- Bulk Rolls --}}
{{#if user.isGM}} {{else}}
{{/if}}
{{!-- Combat Status --}} {{#if combats.length}} {{#if combat.round}} {{ localize "COMBAT.Round" round=combat.round }} {{else}} {{ localize "COMBAT.NotStarted" }} {{/if}} {{else}} {{ localize "COMBAT.None" }} {{/if}} {{!-- Combat Controls --}}