{{!-- Description Tab --}}
{{#each itemProperties}}
- {{this}}
{{/each}}
{{editor enrichedDescriptionValue target="system.description.value" engine="prosemirror" button=true owner=owner editable=editable}}
{{!-- Details Tab --}}
{{!-- Talent Type --}}
{{editor enrichedDescriptionNotes target="system.description.notes" engine="prosemirror" button=true owner=owner editable=editable}}
{{#if isKeeper}}
{{editor enrichedDescriptionKeeper target="system.description.keeper" engine="prosemirror" button=true owner=owner editable=editable}}
{{/if}}