{{#if section.editableName}}
{{else}}
{{item.name~}}
{{~#if item.isStack}} ({{item.data.quantity}}){{/if}}
{{#if item.attunement}}
{{/if}}
{{/if}}
{{#if section.columns}}
{{#each section.columns}}
{{#with (getProperty item property)}}
{{#if ../editable}}
{{else}}
{{this}}
{{/if}}
{{/with}}
{{/each}}
{{else}}
{{#if ../../isCharacter}}
{{#if item.totalWeight}}
{{ item.totalWeight }} {{localize "SW5E.AbbreviationLbs"}}
{{/if}}
{{/if}}
{{#if item.hasUses }}
/ {{item.data.uses.max}}
{{/if}}
{{#if item.data.activation.type }}
{{item.labels.activation}}
{{/if}}
{{/if}}
{{#if ../../owner}}
{{#unless @root.isVehicle}}
{{/unless}}
{{#unless section.editableName}}
{{/unless}}
{{/if}}
{{/each}}