{literal} {/literal} {include file="quotation_print.tpl.html"}
{t}Quotation{/t} {$quotInfo.quot_number|wash}/{$quotInfo.quot_date|wash} {if $perm_quotations} [ {t}Delete{/t} | {t}Clone{/t} | {t}Create invoice{/t} | {t}Create project{/t} | {/if} {t}Export PDF{/t} ]
{t}Quotation nr.{/t}: {$quotInfo.quot_number|wash} {t}Quotation date{/t}: {$quotInfo.quot_date|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT}
{t}Quotation type{/t}: {$quotInfo.bmt_description|wash} {t}Term of payment{/t}: {$quotInfo.quot_payterm|wash|default:" "}
{t}Company{/t}: {$quotInfo.cpn_name|wash}
{t}Details{/t}: {section name=details loop=$quotInfo.quot_details} {if $quotInfo.quot_details[details].text eq ""} {else} {/if} {if $quotInfo.quot_details[details].amount eq ""} {else} {/if} {/section}
  {$quotInfo.quot_details[details].text|wash}   {$quotInfo.quot_details[details].amount}
{t}Line items{/t}
{section name=lit loop=$quotInfo.lineitems} {/section}
{t}Product code{/t} {t}Description{/t} {t}Qty./Hours{/t} {t}Net price{/t}
{$quotInfo.lineitems[lit].lit_prodcode|default:" "} {$quotInfo.lineitems[lit].lit_desc|wash|nl2br|default:" "} {$quotInfo.lineitems[lit].lit_qty|wash|default:" "} {$quotInfo.lineitems[lit].lit_netprice|wash|phpaga_formatamount|default:" "}