{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=$sourcelist item=source} {foreachelse} {/foreach}
{trans("Name:")} {trans("ID:")} {trans("Main bank account:")} {trans("Description:")} {trans("Add source")}
{$source.name} ({$source.id|string_format:"%04d"}) {if $source.account} {format_bankaccount($source.account)} {/if} {$source.description} {if $source.deleted == 1} {t}Enable{/t} {else} {t}Disable{/t} {/if} {trans( {trans(

{trans("There are no sources in database.")}

{trans("Add source")}
{/block}