{extends file="layout.tpl"}
{* Security *}
{block name="no-return-functions" prepend}
{check_auth role="CUSTOMER" login_tpl="login"}
{check_cart_not_empty}
{$is_checkout = true}
{/block}
{block name="css" append}
{encore_entry_link_tags entry="delivery"}
{/block}
{block name="javascript" append}
{encore_entry_script_tags entry="delivery"}
{/block}
{* Body Class *}
{block name="body-class"}page-order-delivery{/block}
{* Breadcrumb *}
{block name='no-return-functions' append}
{$breadcrumbs = [
['title' => {intl l="Billing and delivery"}, 'url'=>{url path="/order/delivery"}]
]}
{/block}
{block name="tags"}
{* {include file="tags/checkout-progress.html" step="delivery"} *}
{/block}
{block name="header"}
{include file="components/smarty/Header/Header.html" lite=true}
{/block}
{block name="navigation"}
{* hide nav *}
{/block}
{block name="minicart"}
{* hide minicart *}
{/block}
{block name="main-content"}
{hook name="order-delivery.top"}
{include file="components/smarty/Checkout/Checkout.html"}
{hook name="order-delivery.bottom"}
{/block}
{block name="javascript-data"}
{strip}
{/strip}
{strip}
{/strip}
{/block}
{block name="footer"}
{/block}