{{#if isActor}}
{{#if (eq type 'adversary')}}
{{/if}}
{{else}}
{{#if (eq type 'weapon')}}
{{else if (eq type 'armor')}}
{{else if (eq type 'domainCard')}}
{{else if (eq type 'effect')}}
{{/if}}
{{#if (hasProperty item "toChat")}}
{{/if}}
{{#unless hideContextMenu}}
{{/unless}}
{{/if}}
{{/unless}}