{include file="_admin_header.tpl" meta_title="Order Processing"} {include file="_admin_nav.tpl" nav_orders="active"} {include file="_admin_orders_nav.tpl"} {if $smarty.request.feedback}
{$smarty.request.feedback|escape}
{/if} {if $order_count > 0} {section name=id loop=$orders} {/section}
  Order # Account Company SubTotal Status Created Last Modified PO #  
Edit | Export {$orders[id]->Id} {$orders[id]->DisplayName} {$orders[id]->Company} ${$orders[id]->SubTotal} {$orders[id]->StatusId} {$orders[id]->Created|date_format:"%m/%d/%Y"} {$orders[id]->Modified|date_format:"%m/%d/%Y"} {$orders[id]->PurchaseOrder} Delete

{$page_nav}

{else}

No Matching Orders

{/if} {include file="_admin_footer.tpl"}