{*
Template: user-orders.html
Description:
Author: 1260 A/S, @1260-digital
Since: 2022-09-01
*}>
<{capture name="title"}>
<{if $order}>
<{capture name="order_total"}>
<{$order->getTotalPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{/capture}>
<{t section="Thanks" x=$order->getWebshopOrderId() y=$smarty.capture.order_total}>► Step 3 of 3 - Order (#{x}) has been received. Total: {y}<{/t}>
<{else}>
<{t section="Thanks"}>The order was not found in the system.<{/t}>
<{/if}>
<{/capture}>
<{include file="partials/user.profile.wrapper.start.html"}>
<{include file="partials/user.orders.html"}>
<{include file="partials/user.profile.wrapper.end.html"}>