{{!-- List of product tiles in the new and rental product finder Related JS module(s): productFinderModuleNew.js --}} {{#each this}}
{{!-- WRAPPER FOR THE LHS IMAGE --}}
{{#if productImageName}} {{productName}} {{/if}}
{{!-- /WRAPPER FOR THE LHS IMAGE --}} {{!-- WRAPPER FOR THE LHS DETAILS --}}

{{productName}}

{{!-- Product details wrapper part for new/rental products --}} {{#if isNew}}
{{#if capacity}}
{{#if liftWeight_customIcon}} {{/if}} {{#unless liftWeight_customIcon}} {{/unless}} {{capacity}}
{{/if}} {{#if liftHeight}}
{{liftHeight}}
{{/if}} {{#if pickingHeight}}
{{#if liftHeight_customIcon}} {{/if}} {{#unless liftHeight_customIcon}} {{/unless}} {{pickingHeight}}
{{/if}}
{{/if}} {{!-- /Product details wrapper part for new/rental products --}}
{{!-- /WRAPPER FOR THE LHS DETAILS --}}
{{/each}}