{extends file="layout.tpl"} {* Security *} {block name="no-return-functions" prepend} {check_auth role="CUSTOMER" login_tpl="login"} {/block} {block name="css" append} {encore_entry_link_tags entry="address"} {/block} {block name="javascript" append} {encore_entry_script_tags entry="address"} {/block} {* Body Class *} {block name="body-class"}page-address{/block} {* Breadcrumb *} {block name='no-return-functions' append} {$breadcrumbs = [ ['title' => {intl l="Account"}, 'url'=>{url path="/account"}], ['title' => {intl l="Add a new address"}, 'url'=>{url path="/address/create"}] ]} {/block} {block name="main-content"} {include file="includes/address-form.html"} {include file="components/smarty/BreadCrumb/BreadCrumb.html"}