{t}Search invoices{/t}
{t}Invoice nr.{/t}: {t}Payment status{/t}:
{t}Recipient (company){/t}:
{t}Billed Between{/t}: (yyyy-mm-dd)
{t}And{/t}: (yyyy-mm-dd)
{include file="bill_print.tpl.html"} {if (count($rows) > 0)} {section name=invoices loop=$rows} {/section} {else} {/if} {if strlen($BROWSE)} {/if}
{t}Invoices{/t} {if $perm_invoices}[ {t}Add invoice{/t} | {t}Add invoice with tasks{/t} | {t}CSV Export{/t} | {t}Export selected to PDF{/t}] {else} {/if}
{t}Invoice nr.{/t} {t}Invoice date{/t} {t}Recipient (company){/t} {t}Date paid{/t}  
{$rows[invoices].bill_number|wash} {$rows[invoices].bill_date|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} {$rows[invoices].cpn_name|wash} {$rows[invoices].bill_paydate|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} {if !strlen($rows[invoices].bill_paydate)}{else} {/if}
{t}No bills matching your search criteria were found.{/t}
{$BROWSE}
{literal} {/literal}