{include file="components/smarty/Title/Title.html" class="text-center mb-7" title={intl l="My orders"}}
{hook name="account-order.top" order={$order_id|default:null}}
{include file="components/smarty/Orders/Orders.html"}
{extends file="layout.tpl"} {* Security *} {block name="no-return-functions" prepend} {check_auth role="CUSTOMER" login_tpl="login"} {/block} {* Breadcrumb *} {block name='no-return-functions' append} {$breadcrumbs = [ ['title' => {intl l="Account"}, 'url' => {url path="/account"}], ['title' => {intl l="My orders"}, 'url' => {url path="/account-orders"}] ]} {/block} {block name="body-class"}page-account-order{/block} {block name="main-content"}