{{formInput fields.name value=source.name placeholder=fields.name.label aria=(object label=fields.name.label)}}
{{#if (eq source.type "hand")}} {{else}} {{/if}} {{localize "DOCUMENT.FIELDS.name.label"}} {{localize "DOCUMENT.FIELDS.type.label"}} {{localize "CARD.FIELDS.suit.label"}} {{localize "CARD.FIELDS.value.label"}} {{localize "CARD.FIELDS.face.label"}}
    {{#each cards as |card|}}
  1. {{card.name}} {{card.name}} {{#if card.showFace}} {{localize (lookup ../cardTypes card.type)}} {{card.suit}} {{card.value}} {{/if}}
    {{#if (and @root.editable (not @root.inCompendium))}} {{/if}}
  2. {{else}}
  3. {{localize "CARDS.NoCards"}}

  4. {{/each}}