22 lines
456 B
Smarty
22 lines
456 B
Smarty
{extends "index.tpl"}
|
|
|
|
{block "css-entry" append}
|
|
{encore_entry_link_tags entry='cart'}
|
|
{if $ctrl.logged}
|
|
{encore_entry_link_tags entry='user'}
|
|
{/if}
|
|
{/block}
|
|
|
|
{block "body"}
|
|
<h1>{t}Objednávka č.{/t} {$body.order.order_no}</h1>
|
|
{include "account/orderView-inner.tpl"}
|
|
{/block}
|
|
|
|
{block "js-entry" append}
|
|
{encore_entry_script_tags entry='cart'}
|
|
|
|
{if $ctrl.logged}
|
|
{encore_entry_script_tags entry='user'}
|
|
{/if}
|
|
{/block}
|