{* Smarty *} {* Default template for pt_gsashop "Orders List"; Author: Rainer Kuhn , since 2006-03-31 *} {****** PREVIOUS ORDERS FOUND: order table ******} {if $cond_previousOrdersFound} {$ll_} {****** LIST HEADER ******} {if !$cond_isWorkflow} {/if} {if $cond_isWorkflow} {/if} {****** ORDER ROWS ******} {section name=order loop=$ordersArr} {if !$cond_isWorkflow} {/if} {if $cond_isWorkflow} {/if} {/section}
{$ll_listview_action} {$ll_listview_time}{$ll_relatedDocNo}{$ll_order_total}
{$ll_net}
{$ll_order_total}
{$ll_gross}
{$ll_listview_creator} {$ll_listview_status} {$ll_listview_lastUpdate} {$ll_listview_lastUser}{$ll_listview_action}
{if $ordersArr[order].cond_viewButton}
{/if}
{$ordersArr[order].orderDate}{$ordersArr[order].orderRelDocNo}{$ordersArr[order].orderSumNet} {$ordersArr[order].orderSumGross}{$ordersArr[order].orderCreator} {$ordersArr[order].orderStatusCode} {$ordersArr[order].orderLastUpdate} {$ordersArr[order].orderLastUser} {if $ordersArr[order].cond_viewButton}
{/if}
{****** NO PREVIOUS ORDERS FOUND: appropriate message ******} {else}

{$ll_listview_no_orders}

{/if}