{$_L['Create New Quote']}
{foreach $i as $ds} {/foreach}
# {$_L['Subject']} {$_L['Amount']} {$_L['Date Created']} {$_L['Expiry Date']} {$_L['Stage']} {$_L['Manage']}
{$ds['id']} {$ds['subject']} {$ds['total']} {date( $_c['df'], strtotime($ds['datecreated']))} {date( $_c['df'], strtotime($ds['validuntil']))} {if $ds['stage'] eq 'Dead'} {$_L['Dead']} {elseif $ds['stage'] eq 'Lost'} {$_L['Lost']} {elseif $ds['stage'] eq 'Accepted'} {$_L['Accepted']} {elseif $ds['stage'] eq 'Draft'} {$_L['Draft']} {elseif $ds['stage'] eq 'Delivered'} {$_L['Delivered']} {else} {$ds['stage']} {/if} {$_L['View']} {$_L['Edit']}