{literal} {/literal}
{t}Customer Unpaid Covenants:{/t}
{cycle values="#DFD5BD,#EBE4D6" print=false} {section name=covenantlist loop=$covenantlist} {sectionelse} {/section}
{t}Date:{/t} {t}Invoice:{/t} {t}Value:{/t} {t}Tax:{/t} {t}Description:{/t}  
{$covenantlist[covenantlist].cdate|date_format:"%Y/%m/%d"} {$covenantlist[covenantlist].invoice} {$covenantlist[covenantlist].value|money_format} {if $covenantlist[covenantlist].taxvalue} {$covenantlist[covenantlist].taxvalue|string_format:"%01.2f"} % {else}{t}tax-free{/t} {/if} {$covenantlist[covenantlist].comment} {cycle print=false}


{t}That customer hasn't got any unpaid covenants.{/t}


{t}Check All{/t} {t}Submit{/t}