{extends file="layout.tpl"} {* Security *} {block name="no-return-functions" prepend} {check_auth role="CUSTOMER" login_tpl="login"} {check_cart_not_empty} {/block} {* Body Class *} {block name="body-class"}page-order-delivery{/block} {* Breadcrumb *} {block name='no-return-functions' append} {$breadcrumbs = [ ['title' => {intl l="Cart"}, 'url'=>{url path="/cart"}], ['title' => {intl l="Billing and delivery"}, 'url'=>{url path="/order/delivery"}] ]} {/block} {block name="main-content"}