{{!-- Displays detailed information about the selected dealer, e.g. name, location and contact data. Automatically opens once a dealer is selected in the dealer overview or manually by clicking the selected dealer in the navigation bar. Related JS module(s): dealerFinderLocationOverviewModule.js --}}
{{yourLindeDealerText}}{{dealerFinderChangeText}}
{{!-- Headline --}}
{{dealerName}}
{{!-- Dealer location and contact data --}}

{{branchName}} {{street}} {{zipCode}} {{city}}

{{#if telephoneNumber}}

{{telephoneNumber}}

{{/if}} {{#if faxNumber}}

{{faxNumber}}

{{/if}} {{#if hotline}}

{{hotline}}

{{/if}} {{#if dealerMail}}

{{dealerMail}}

{{/if}} {{#if dealerUrlText}}

{{dealerUrlText}}

{{/if}}
{{#if dealerPhotoImageName}}
{{branchName}}
{{/if}}
{{!-- Personal contact cards --}} {{#if contactCards}}
{{#each contactCards}} {{#if contactName}}
{{#if contactImageName}}
{{/if}}
{{this.jobTitle}}

{{this.contactName}}

{{this.department}}

{{#if this.phoneNumber}} {{this.phoneNumber}} {{/if}} {{#if this.email}} {{this.email}} {{/if}}

{{/if}} {{/each}}
{{/if}}