{{!-- A single detail page for both imported or manually created used trucks after they have been uploaded to SOLR. Important: This HBS template is only displayed, if the product was found via used product finder search (SOLR data). Manually created used truck pages are displayed via the corresponding page template (used_product) Related JS module(s): productPageUsedModule.js --}}
{{!-- Truck Information --}}
{{#if isApproved}}

{{{translations.approvedTrucks}}}

{{/if}}

{{{name}}}

{{#if yearOfBuild}}{{{yearOfBuild}}} • {{/if}}{{#if workingHours}}{{{formatNumber workingHours}}} {{{translations.hours}}}{{/if}}

{{#if qualityRating}}

Linde {{{qualityRating}}}

{{/if}}
{{#if price}}

{{{formatCurrency price translations.currencySign}}}

{{{translations.plusVAT}}}

{{/if}} {{#if getAQuoteURL}} {{/if}}
{{!-- Slideshow --}}
{{!-- 1. Slides --}} {{#each imageURLs}}
{{{imageAltText}}}
{{/each}}
{{!-- 2. Buttons l/r --}}
{{!-- 3. Thumbnails --}}
{{#each imageThumbnailURLs}} {{/each}}
{{!-- 4. Buttons u/d --}}
{{!-- Intro bullets --}}
{{{name}}}
    {{#each intro}} {{#if this.value}}
  • {{{this.name}}}: {{{this.value}}}
  • {{/if}} {{/each}}
{{!-- Contact card --}} {{!-- The card is shown only if a contact is present. It's assumed that there will always be at least a name if a contact is present. --}} {{#if contactName}}
{{{translations.questions}}}
{{#if contactCompany}}
{{{contactCompany}}}
{{/if}} {{#if contactLocation}}

{{contactLocation}}

{{/if}}
{{#if contactImage}} {{{contactName}}} {{/if}}
{{{contactName}}}
{{{contactJobTitle}}}
{{#if contactEmail}} {{/if}} {{#if contactPhone}} {{/if}} {{#if contactMobilePhone}} {{/if}} {{#if contactFax}} {{/if}}
{{/if}}
{{!-- Technical details headline --}}

{{{translations.details}}}

{{!-- Technical details of the truck --}}
{{#each details}} {{#if this.value}} {{/if}} {{#if this.isChecked}} {{/if}} {{/each}}
{{{this.name}}} {{{this.value}}}
{{{this.name}}}
{{!-- Buttons for quotation, purchase and rental --}}
{{#if quoteURL}}
{{{translations.getAQuote}}}
{{/if}} {{#if getTruckNewURL}}
{{{translations.getTruckNew}}}
{{/if}} {{#if rentThisTruckURL}}
{{{translations.rentThisTruck}}}
{{/if}}
{{!-- TODO related-content --}}