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

{$layout.pagetitle}

{cycle values="light,lucid" print=false} {foreach from=$reglist item=reg} {foreachelse} {/foreach}
{trans("Name:")} {trans("ID:")} {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_summaries')} {trans("Cash state:")} {/if} {trans("Cash-in receipt numbering plan:")}
{trans("Cash-out receipt numbering plan:")}
{trans("Description:")} {trans("Add registry")}
{$reg.name} ({$reg.id|string_format:"%04d"}) {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_summaries')} {$reg.balance|money_format} {/if} {$reg.in_template|default:"%N/LMS/%Y"}
{$reg.out_template|default:"%N/LMS/%Y"}
{$reg.description} {trans( {trans( {trans( {trans(

{trans("There are no cash registries.")}

{if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_summaries')} {trans("Total:")} {/if} {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_summaries')} {$listdata.sum|money_format} {/if} {trans("Add registry")}
{/block}