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

{{name}}

{{!-- Product details wrapper part for new/rental products --}} {{#if isUsed}}
{{#if loadCapacity}}
{{loadCapacity}}
{{/if}} {{#if liftHeight}}
{{liftHeight}}
{{/if}} {{#if price}}
{{price}}
{{/if}} {{#if qualityRating}}
{{#if qualityRatingNotNull}} {{qualityRating}} {{/if}}
{{/if}} {{#if icon}}
{{/if}}
{{/if}} {{!-- /Product details wrapper part for new/rental products --}}
{{!-- /WRAPPER FOR THE LHS DETAILS --}}
{{/each}}