{if strlen($QUOTATION_ERR)}

{$QUOTATION_ERR}

{/if}
{literal} {/literal}
{t}Create quotation{/t}
{t}Quotation nr.{/t}: {t}Quotation date{/t}: {t}Term of payment{/t}:
{t}Recipient (company){/t}: {t}Contact person{/t}:
{t}Quotation type{/t}: {t}Currency{/t}:
{t}Additional information{/t}:
{section name=lit loop=$quotInfo.lineitems} {/section}
{t}Line items{/t}
{t}Product code{/t} {t}Description{/t} {t}Qty./Hours{/t} {t}Unit price net{/t} {t}Net price{/t} {t}Delete{/t}
{if (!strlen($quotInfo.lineitems[lit].lit_prodcode))} {/if} {$quotInfo.lineitems[lit].lit_unitnetprice|wash|phpaga_formatamount|default:" "}
{t}Preview{/t} {t}(select Re-calculate to refresh){/t} 
{if (is_array($quot_details) && (count($quot_details) > 0))} {section name=details loop=$quot_details} {if $quot_details[details].text eq ""} {else} {/if} {if $quot_details[details].amount eq ""} {else} {/if} {/section}
  {$quot_details[details].text|wash}   {$quot_details[details].amount}
{/if}
{section name=pr loop=$products} {/section}
{t}Products{/t} X
{t}Product code{/t} {t}Name{/t} {t}Price{/t} {t}Stock{/t} {t}Category{/t}
{$products[pr].prod_code|wash|default:" "} {$products[pr].prod_name|wash|default:" "} {$products[pr].prod_price|wash|phpaga_formatamount|default:" "} {$products[pr].prod_stock|wash|default:" "} {$products[pr].prcat_title|wash|default:" "}