{{#each members}}
{{#if portrait.isVideo}} {{else}} {{ name }} {{/if}}
{{ name }}
{{ subtitle }}
{{#unless @root.editable}}
{{ dnd5e-formatCR cr }}
{{/unless}} {{#if showFormula}}
{{#if @root.editable}} {{else}} {{ quantity.formula }} {{/if}}
{{/if}} {{#if showQuantity}}
{{#if @root.editable}} {{else}}
{{ quantity.value }}
{{/if}}
{{/if}}
{{#if @root.editable}} {{/if}} {{#if showRoll}} {{/if}}
{{/each}} {{#if (or editable (not members.length))}}
{{ localize "DND5E.ENCOUNTER.Action.AddCreature" }}
{{/if}} {{#with difficulty}}
{{ localize "DND5E.ExperiencePoints.Abbreviation" }} {{ dnd5e-numberFormat value }}
{{#if stops.low}} {{/if}} {{#if stops.high}} {{/if}}
{{/with}}