{{!-- Represents a single product detail row in the modal product compare dialouge (product finder) Is embedded in productfinder-compare-modal.hbs Related JS module(s): productFinderModuleNew.js --}}
{{!-- Fixed scrollwrapper displays the first column with the product's property names + icons (as they should be also visible when scrolled) and serves as "shadow" table for width and height calculation purposes. Cells with property values and product images are set invisible--}}
{{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}}
{{#if productImageName}} {{productName}}{{/if}} {{#if productName}}
{{productName}}
{{/if}}
{{uiTexts.productType}} {{#if productType}}{{productType}}{{/if}}
{{uiTexts.capacity}} {{#if capacity}}{{capacity}}{{/if}}
{{uiTexts.liftHeight}} {{#if liftHeight}}{{liftHeight}}{{/if}}
{{uiTexts.serviceWeight}} {{#if serviceWeight}}{{serviceWeight}}{{/if}}
{{uiTexts.dimensions}}
    {{#if dimensions_width}}
  • {{dimensions_width}}
  • {{/if}} {{#if dimensions_length}}
  • {{dimensions_length}}
  • {{/if}}
{{uiTexts.features}}
    {{#each feature}}
  • {{this}}
  • {{/each}}
{{!-- Scrolled scrollwrapper displays the table data (product image and property values) --}}
{{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}} {{#each products}} {{/each}}
{{#if productImageName}} {{productName}}{{/if}} {{#if productName}}
{{productName}}
{{/if}}
{{uiTexts.productType}} {{#if productType}}{{productType}}{{/if}}
{{uiTexts.capacity}} {{#if capacity}}{{capacity}}{{/if}}
{{uiTexts.liftHeight}} {{#if liftHeight}}{{liftHeight}}{{/if}}
{{uiTexts.serviceWeight}} {{#if serviceWeight}}{{serviceWeight}}{{/if}}
{{uiTexts.dimensions}}
    {{#if dimensions_width}}
  • {{dimensions_width}}
  • {{/if}} {{#if dimensions_length}}
  • {{dimensions_length}}
  • {{/if}}
{{uiTexts.features}}
    {{#each feature}}
  • {{this}}
  • {{/each}}
{{!-- Scroll buttons --}}