{extends file="$tpl_admin_layout"} {block name="content"}
{if $recurring} {$_L['Create Recurring Invoice']} {else} {$_L['Create New Invoice']} {/if}
| {$_L['Or Add New Customer']}
{$extra_fields}
{$_L['invoice_number_help']}
{if $recurring}
{else} {/if}
{$_L['Item Code']} {$_L['Item Name']} {$_L['Qty']} {$_L['Price']} {$_L['Total']}
{$_L['Sub Total']} : 0.00
{$_L['Discount']} : 0.00
{$_L['TAX']} : 0.00
{$_L['TOTAL']} : 0.00

{if $recurring} {else} {/if}
{* lan variables *} {/block}