{capture name=path}{l s='Our stores'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"}
{l s='Here are the details of our stores, feel free to contact us:'}
{foreach from=$stores item=store}
{$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}
{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'} |
---|