
{{#if (eq item.type "domainCard")}}
{{item.system.level}}
{{#with (lookup allDomains item.system.domain) as | domain |}}

{{/with}}
{{item.system.recallCost}}
{{/if}}
{{#if item.system.type}}
{{#with (lookup config.DOMAIN.cardTypes item.system.type) as | cardType |}}
{{localize cardType.label}}
{{/with}}
{{else}}
{{localize (concat 'TYPES.Item.' item.type)}}
{{/if}}