{{#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}}