{t}Please select the quotations you would like to print.{/t}
{t}Search quotations{/t}
{t}Quotation nr.{/t}:
{t}Recipient (company){/t}:
{html_options options=$select_cpn selected=$quotInfo.cpn_id}
{t}Additional information{/t}:
{t}Between{/t}:
{t}And{/t}:
{t}Print options{/t}
{t}Print letterhead{/t}
{t}Quotations{/t}
{if $perm_quotations}[
{t}Create quotation{/t}
|
{t}Print selected to PDF{/t}
]{else} {/if}
{if (count($rows) > 0)}
{t}Quotation nr.{/t}
{t}Quotation date{/t}
{t}Recipient (company){/t}
{t}Actions{/t}
{section name=quotations loop=$rows}
{$rows[quotations].quot_number|wash}
{$rows[quotations].quot_date|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT}
{$rows[quotations].cpn_name|wash}
{/section}
{else}
{t}No quotations matching your search criteria were found.{/t}
{/if} {if strlen($BROWSE)}
{$BROWSE}
{/if}