{{#each conditions as |item ii|}} {{#if (or item.isIdentified @root.user.isGM)}}
  • {{item.name}}

    {{item.name}} {{#if (and (eq item.type "effect") (eq item.badge.type "counter"))}} ({{coalesce item.badge.label item.badge.value}}) {{/if}} {{#if (eq item.type "condition")}}{{#unless item.active}} (Inactive){{/unless}}{{/if}}

    {{#if (and @root.options.editable (not item.temporary))}} {{#if (eq item.badge.type "counter")}} {{/if}} {{#if (and (eq item.type "effect") @root.user.isGM)}} {{/if}} {{#if (eq item.type "effect")}} {{/if}} {{else if (and item.temporary item.breakdown)}} {{/if}}
  • {{/if}} {{/each}}