{{#each items as |item i|}} {{#if (and visible active hasFeats)}}
{{#each feats as |feat|}}
-
{{feat.consumptionLabel}}
{{/each}}
{{#if hasTableAsFeats}} {{#each tableAsFeats as |table|}}
-
{{table.consumption}}
{{/each}} {{/if}}
{{/if}} {{/each}}
{{/if}}