{{#if favItems}}
  1. Items

    Charges
    Qty
      {{#each favItems as |item id|}} {{> "systems/sw5e/templates/actors/newActor/parts/item.hbs" item=item}} {{/each}}
  2. {{#if favFeats}}
  3. Features & Feats

    Uses
      {{#each favFeats as |feat lvl|}} {{> "systems/sw5e/templates/actors/newActor/parts/item.hbs" item=feat}} {{/each}}
  4. {{/if}} {{#if favPowers}} {{#each favPowers as |section lvl|}} {{#if section.powers}} {{#if lvl}}
  5. {{#if section.isCantrip}}At-Will Powers{{else}}Level {{lvl}} Powers{{/if}}

    {{#if section.isCantrip}}  {{else}} {{section.value}} / {{section.max}} {{/if}}
      {{#each section.powers as |power id|}} {{> "systems/sw5e/templates/actors/newActor/parts/item.hbs" item=power}} {{/each}}
  6. {{/if}}{{/if}} {{/each}} {{/if}}
{{/if}}