16 lines
382 B
Smarty
16 lines
382 B
Smarty
{extends "account/account-wrapper.tpl"}
|
|
|
|
{block "title"}
|
|
<h1>{$view->getTitle()}</h1>
|
|
{/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}
|