{{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}}
{{#ifeq lootsheettype "Loot"}}
{{/ifeq}}
{{#each actor.features as |section sid|}}
{{#each section.items as |item iid|}}
-
{{ lootsheetname item.name item.data.quantity item.flags.lootsheetnpcpf1.infinite}}
{{#if ../../isGM}}
{{/if}}
{{ lootsheetweight item.data.quantity item.data.weightConverted }} {{ ../../weightUnit }}
{{ lootsheetprice item.showPrice ../../priceModifier }}
{{#ifeq ../../lootsheettype "Loot"}}
{{#if ../../canAct}}
{{#unless ../../isGM}}
{{#if data.quantity}}
{{/if}}
{{/unless}}
{{/if}}
{{/ifeq}}
{{#ifeq ../../lootsheettype "Merchant"}}
{{#if ../../canAct}}
{{#unless ../../isGM}}
{{#if data.quantity}}
{{/if}}
{{/unless}}
{{/if}}
{{/ifeq}}
{{#if ../../isGM}}
{{#if item.flags.lootsheetnpcpf1.secret}}{{/if}}
{{#unless item.flags.lootsheetnpcpf1.secret}}{{/unless}}
{{#unless item.flags.lootsheetnpcpf1.infinite}}
{{/unless}}
{{#if item.flags.lootsheetnpcpf1.infinite}}
{{/if}}
{{/if}}
{{/each}}
{{/each}}
{{#ifeq lootsheettype "Loot"}}
{{/ifeq}}