{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content}

{$layout.pagetitle}

{if $listdata.total != 0} {/if} {cycle values="light,lucid" print=false} {section name=cashreglog loop=$cashreglog start=$start max=$pagelimit} {sectionelse} {/section} {if $listdata.total != 0} {/if}
{trans("Date:")} {if $listdata.order == "time"}{/if} {trans("Real state:")} {if $listdata.order == "value"}{/if} {trans("Cash state:")} {if $listdata.order == "snapshot"}{/if} {trans("User:")} {if $listdata.order == "username"}{/if} {trans("Description:")} {if $listdata.order == "description"}{/if} {trans("Add entry")}
{include file="scroller.html" loop=$cashreglog}
{$cashreglog[cashreglog].time|date_format:"%x %H:%M"} {$cashreglog[cashreglog].value|money_format} {$cashreglog[cashreglog].snapshot|money_format} {$cashreglog[cashreglog].username|truncate:16:"...":true} {$cashreglog[cashreglog].description|replace:"\n":"
"}
{trans( {trans( {trans(
{trans("No such cash history entries in database.")}
{include file="scroller.html" loop=$cashreglog}
{trans("Add entry")}
{/block}