{{!-- Équipements --}}
{{localize "CELESTOPOL.Item.equipments"}} {{#if isEditMode}} {{/if}}
{{#each equipments as |item|}}
{{item.name}} ×{{item.system.quantity}}
{{#if ../isEditMode}}{{/if}}
{{/each}}
{{!-- Description / Biographie --}}
{{localize "CELESTOPOL.Actor.description"}}
{{#if isEditMode}} {{editor system.description target="system.description" button=true editable=isEditable}} {{else}}
{{{enrichedDescription}}}
{{/if}}
{{!-- Notes --}}
{{localize "CELESTOPOL.Actor.notes"}}
{{#if isEditMode}} {{editor system.notes target="system.notes" button=true editable=isEditable}} {{else}}
{{{enrichedNotes}}}
{{/if}}