{{#if hasVisibleItems}}
{{#each items as |item i|}} {{#if (and visible active hasFeats)}}
  1. {{name}}

    /
    {{rechargeableLabel}}
    {{localize "MAGICITEMS.SheetFeatOnUsage"}}
    1. {{#each feats as |feat|}}
    2. {{feat.displayName}}

      {{feat.consumptionLabel}}
    3. {{/each}} {{#if hasTableAsFeats}} {{#each tableAsFeats as |table|}}
    4. {{table.displayName}}

      {{table.consumption}}
    5. {{/each}} {{/if}}
{{/if}} {{/each}}
{{/if}}