{{#each productsTableColumns.all as |column|}} {{#if (eq column "productBullets")}}
{{#each value as |productBullet|}}
  • {{/each}}
    {{else if (eq column "sku")}} {{else if (eq column "relationshipIndicator")}} {{#if row.isChildSku}}
    Child of:
    {{else if row.isParentSku}} {{/if}}
    {{else if (eq column "images")}}
    {{#each row.sortedProductImages as |image|}}
    {{/each}}
    {{else}} {{/if}} {{/each}}