{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends 'customer/page.tpl'} {block name='page_title'} {l s='Your addresses' d='Shop.Theme.Customeraccount'} {/block} {block name='page_content'}

{l s='Manage your addresses for billing and delivery to streamline your future orders.' d='Shop.Theme.Customeraccount'}

{foreach $customer.addresses as $address} {block name='customer_address'} {include file='customer/_partials/block-address.tpl' address=$address} {/block} {/foreach} {l s='Add new address' d='Shop.Theme.Actions'}
{/block}