{* new orders list *}
{if $orders}
{$orders[i].orderID} | {$orders[i].order_time} | {$orders[i].billing_firstname} {$orders[i].billing_lastname} | {$orders[i].payment_type|default:' '} | {$orders[i].shipping_type|default:' '}{if $orders[i].shippingServiceInfo} ({$orders[i].shippingServiceInfo}){/if} | {$orders[i].order_amount} | {$orders[i].OrderStatus|default:' '} |
{include file="backend/lister.tpl.html"} |
* {"ordr_msg_about_prices"|translate}
{else}{"srch_no_matches_found"|translate} {/if}