{* new orders list *}

{'ordr_order_list'|transcape}

{if $order_statuses} : {foreach from=$order_statuses item=_status}
{/foreach} {/if}
:

{if $orders} {include file="backend/gridheader.tpl.html"} {section name=i loop=$orders} {assign var=order_url value="ukey=admin_order_detailed&orderID=`$orders[i].orderID`&rdid=`$CurrentDivision.id`"|set_query} {assign var=order_statusID value=$orders[i].statusID} {/section}
{$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}