{include file="header.html"}

{$layout.pagetitle}

{cycle values="light,lucid" print=false} {foreach from=$reglist item=reg} {foreachelse} {/foreach}
{t}Name:{/t} {t}ID:{/t} {t}Cash state:{/t} {t}Cash-in receipt numbering plan:{/t}
{t}Cash-out receipt numbering plan:{/t}
{t}Description:{/t} {t}Add registry{/t}
{$reg.name} ({$reg.id|string_format:"%04d"}) {if $reg.balance < 0}{/if} {$reg.balance|money_format} {if $reg.balance < 0}{/if} {$reg.in_template|default:"%N/LMS/%Y"}
{$reg.out_template|default:"%N/LMS/%Y"}
{$reg.description} [ {t}Info{/t} ] [ {t}Edit{/t} ] [ {t}Browse{/t} ] [ {t}Delete{/t} ]

 

{t}There are no cash registries.{/t}

 

{t}Total:{/t} {$listdata.sum|money_format} {t}Add registry{/t}
{include file="footer.html"}