{literal} {/literal}
{include file="bill_print.tpl.html"} {if (count($rows) > 0)} {section name=invoices loop=$rows} {/section} {else} {/if} {if strlen($BROWSE)} {/if}
{t}Recurring invoices{/t}
{t}Number{/t} {t}Type{/t} {t}Status{/t} {t}Recipient (company){/t} {t}Start{/t} {t}End{/t} {t}Actions{/t}
{$rows[invoices].rbill_id|wash} {$rows[invoices].rbill_type_text|wash} {$rows[invoices].rbill_status_text|wash} {$rows[invoices].cpn_name|wash} {$rows[invoices].rbill_start|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} {$rows[invoices].rbill_end|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} {if $rows[invoices].rbill_status == $smarty.const.PHPAGA_RBILL_STATUS_ENABLED} {t}Disable{/t} {else} {t}Enable{/t} {/if} {t}Delete{/t}
{t}No recurring invoices matching your search criteria were found.{/t}
{$BROWSE}