{{localize "CTHULHUETERNAL.Label.bonds"}}{{#if isEditMode}} {{/if}}
{{#each bonds as |item|}} {{!log 'weapon' this}}
{{item.name}}
{{upperFirst item.system.bondType}}
{{item.system.value}}
{{/each}}
{{localize "CTHULHUETERNAL.Label.injuries"}}{{#if isEditMode}} {{/if}}
{{#each injuries as |item|}}
{{item.name}}
{{/each}}
{{localize "CTHULHUETERNAL.Label.mentaldisorders"}}{{#if isEditMode}} {{/if}}
{{#each mentaldisorders as |item|}} {{!log 'armor' this}}
{{item.name}}
{{#if item.system.cured}} {{localize 'CTHULHUETERNAL.Label.Cured'}} {{else}} {{localize 'CTHULHUETERNAL.Label.Uncured'}} {{/if}}
{{/each}}
{{localize "CTHULHUETERNAL.Label.motivations"}}{{#if isEditMode}} {{/if}}
{{#each motivations as |item|}} {{!log 'armor' this}}
{{item.name}}
{{/each}}