{extends "account/account-wrapper.tpl"} {block "title"}

{$view->getTitle()}

{/block} {block "account-content"} {include "components/orders-filter.tpl"} {include "components/orders-list.tpl" show_invoice=$cfg.Modules.orders.show_invoice|default:'Y'} {if $body.pager.count > 1} {include "components/pager.tpl" pager=$body.pager} {/if} {/block}