{{handSize}} / {{handLimit}} {{localize "HAMALRON.Label.cards"}} {{#if isOverLimit}} {{localize "HAMALRON.Label.mustDiscardCard"}} {{/if}}
{{#if tarotCards.length}}
{{#each tarotCards as |card|}}
{{#if @root.isEditMode}} {{/if}} {{#if card.isSuccessCard}} {{/if}}
{{card.name}}

{{card.name}}

{{localize (concat "HAMALRON.Tarot.FIELDS.symbole." card.system.symbole)}}
{{tarotValue card.system.valeur}}
{{#if @root.isOverLimit}} {{#if @root.isEditMode}} {{/if}} {{/if}}
{{/each}}
{{else}}

{{localize "HAMALRON.Label.noTarotCards"}}

{{localize "HAMALRON.Label.dragTarotHere"}}

{{/if}}