Files
kupshop/web/templates/x/orders.tpl
2025-08-02 16:30:27 +02:00

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}