{extends file="$tpl_admin_layout"} {block name="content"}
{$_L['Total']} : {$total_quote}
{foreach $d as $ds} {/foreach}
# {$_L['Account']} {$_L['Subject']} {$_L['Amount']} {$_L['Date Created']} {$_L['Expiry Date']} {$_L['Stage']} {$_L['Manage']}
{$ds['id']} {$ds['account']} {$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']} {$_L['Delete']}
{$paginator['contents']}
{/block}