<{$my_orders[i]->getWebshopOrderId()|escape}> <{$my_orders[i]->getTime()|date_format:"%d-%m-%Y"}> <{$my_orders[i]->getOrderProductCount()|escape}> pc. <{if $my_orders[i]->getStatus() == "sent"}> <{include file="components/alert.html" variant="success" text="Sent"|t}> <{elseif $my_orders[i]->getStatus() == "new" or $my_orders[i]->getStatus() == "pending"}> <{include file="components/alert.html" variant="info" text="Pending"|t}> <{elseif $my_orders[i]->getStatus() == "cancelled"}> <{include file="components/alert.html" variant="error" text="Cancelled"|t}> <{elseif $my_orders[i]->getStatus() == "credit"}> <{include file="components/alert.html" variant="success" text="Credit"|t}> <{elseif $my_orders[i]->getStatus() == "ready"}> <{include file="components/alert.html" variant="success" text="Ready"|t}> <{elseif $my_orders[i]->getStatus() == "process"}> <{include file="components/alert.html" variant="info" text="Processing"|t}> <{/if}> <{$my_orders[i]->getTotalPrice()|number_format:2:".":","}> <{$webshop->getCurrency()|escape}>