{{localize "TYPES.Item.Feature"}}
{{#each (getNotes actor) as |item id|}}
{{#if (ne item.name "")}} {{item.name}} {{else}} {{localize "wod.notes.unnamedbackground"}} {{/if}}
{{localize item.system.type}}
{{#if (gt item.system.level 0)}}{{item.system.level}}{{else}} {{/if}}
{{#if (eq ../locked false)}} {{/if}} {{#if (showToolTip item)}} {{else}} {{/if}}
{{{getToolTip_v2 item.system.description item.system.details item.system.bonuslist ../actor}}}
{{/each}}
{{localize "wod.labels.notes.expearned"}}
{{getTotalExperience actor "earned"}}
{{#each (getEarnedExperience actor) as |item id|}}
{{#if (ne item.system.description "")}} {{item.system.description}} {{else}} {{localize "wod.notes.descriptionmissing"}} {{/if}}
{{item.system.amount}}
{{#if (eq ../locked false)}}
{{/if}}
{{/each}}
{{localize "wod.labels.notes.expspend"}}
{{getTotalExperience actor "spent"}}
{{#each (getSpendExperience actor) as |item id|}}
{{#if (ne item.system.description "")}} {{item.system.description}} {{else}} {{localize "wod.notes.descriptionmissing"}} {{/if}}
{{#if item.system.isspent}} {{item.system.amount}} {{else}} {{localize "wod.notes.unspent"}} {{/if}}
{{#if (eq ../locked false)}}
{{/if}}
{{/each}}