{capture name=path}{l s='Our stores'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"}

{l s='Our stores'}

{if $simplifiedStoresDiplay} {if $stores|@count}

{l s='Here are the details of our stores, feel free to contact us:'}

{foreach from=$stores item=store}
{if $store.has_picture}

{/if}

{$store.name|escape:'htmlall':'UTF-8'}
{$store.address1|escape:'htmlall':'UTF-8'}
{if $store.address2}{$store.address2|escape:'htmlall':'UTF-8'}{/if}
{$store.postcode} {$store.city|escape:'htmlall':'UTF-8'}{if $store.state}, {$store.state}{/if}
{$store.country|escape:'htmlall':'UTF-8'}
{if $store.phone}Phone: {$store.phone}{/if}

{/foreach} {/if} {else}

{l s='Enter a location (eg.: a zip/postal code, an address, a city or a country) in order to find the nearest stores.'}

{$distance_unit}

{l s='#'} {l s='Store'} {l s='Address'} {l s='Distance'}
{/if}