{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file='page.tpl'} {block name='page_title'} {l s='Our stores' d='Shop.Theme.Global'} {/block} {block name='page_content_container'}
{block name='page_content'}
{foreach $stores as $store}
{if isset($store.image.bySize.stores_default.sources.avif)} {/if} {if isset($store.image.bySize.stores_default.sources.webp)} {/if} {$store.image.legend}

{$store.name}

{$store.address.formatted nofilter}
{if $store.note || $store.phone || $store.fax || $store.email}
{if $store.note}

{$store.note}

{/if}
    {if $store.phone}
  • {$store.phone}
  • {/if} {if $store.fax}
  • {$store.fax}
  • {/if} {if $store.email} {/if}
{/if}
{foreach $store.business_hours as $day} {/foreach}
{$day.day} {foreach $day.hours as $hour} {$hour} {/foreach}
{/foreach}
{/block}
{/block}