{*if $location['mainImageUrl']} {/if*}

{$location['name']}

{$location['description']}
{if $ImageSlider} {/if}
{$location['content']}
{**} {if !empty($location['openingHours']['openingLines']) || !empty($location['specialOpeningHours']['openingLines'])}
{locale group='quiqqer/locations' var='controls.locationView.openingHours.title'}
{**} {if !empty($location['openingHours']['openingLines'])}
{foreach $location['openingHours']['openingLines'] as $openingTime}
{$openingTime['time']}
{/foreach} {/if}
{**} {if !empty($location['specialOpeningHours']['openingLines'])}
{locale group='quiqqer/locations' var='controls.locationView.specialOpeningHours.title'}
{foreach $location['specialOpeningHours']['openingLines'] as $specialOpening}
{if !empty($specialOpening['recurrence'])} {$specialOpening['recurrence']} {/if} {if !empty($specialOpening['lines'])} {foreach $specialOpening['lines'] as $lines}
{$lines['time']}
{/foreach} {/if}
{/foreach}
{/if}
{/if} {**} {if $location['contactInformation']}
{locale group='quiqqer/locations' var='controls.locationView.contact.title'}
{foreach $location['contactInformation'] as $data}
{**} {if $data['type'] == 'website'}{/if} {**} {if $data['type'] == 'email'}{/if} {$data['value']} {if $data['type'] == 'website' || $data['type'] == 'email'}{/if}
{/foreach}
{/if} {**} {if $location['addressLines']}
{locale group='quiqqer/locations' var='controls.locationView.address.title'}
{foreach $location['addressLines'] as $data} {$data} {/foreach}
{/if}
{if $FrontendLocationMap}
{$FrontendLocationMap->create()}
{/if}