{* new orders list *}

{$smarty.const.ADMIN_ABOUT_PRICES} {if $new_order_count ne 0}

{section name=i loop=$orders} {* print customer info: first name, e-mail, etc.*} {/section}
{$smarty.const.STRING_ORDER_ID} {$smarty.const.TABLE_CUSTOMER}{$smarty.const.CUSTOMER_EMAIL} {$smarty.const.CUSTOMER_ADDRESS} {$smarty.const.CUSTOMER_PHONE_NUMBER}{$smarty.const.TABLE_ORDERED_PRODUCTS} {$smarty.const.TABLE_ORDER_TOTAL} {$smarty.const.TABLE_ORDER_TIME} 
{$orders[i][0]}{$orders[i][2]} {$orders[i][3]} {$orders[i][4]} {$orders[i][5]}, {$orders[i][6]}, {$orders[i][7]}, {$orders[i][8]}, {$orders[i][9]} {$orders[i][10]} {$orders[i][11]} {$orders[i][12]} {$orders[i][1]} {$smarty.const.CANCEL_BUTTON}
{else}

{$smarty.const.STRING_NO_ORDERS} {/if}