{{!-- 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}}
{{capacity}}
{{/if}} {{#if liftHeight}}
{{liftHeight}}
{{/if}}
{{/if}} {{!-- /Product details wrapper part for new/rental products --}}
{{!-- /WRAPPER FOR THE LHS DETAILS --}}
{{/each}}