{extends file="$tpl_admin_layout"} {block name="content"}
{$_L['quote_alias']}

| {$_L['Or Add New Customer']}
{$extra_fields}
{$_L['quote_number_help']}

{$_L['quote_help_top']}

{foreach $items as $item} {/foreach}
{$_L['Item Code']} {$_L['Item Name']} {$_L['Qty']} {$_L['Price']} {$_L['Total']} Tax
{$item['itemcode']}
{$_L['Sub Total']} : {$d['subtotal']}
{$_L['Discount']} : {$d['discount']}
{$_L['TAX']} : {$d['tax1']}
{$_L['TOTAL']} : {$d['total']}

{$_L['quote_help_footer']}
{* lan variables *} {/block}