{include file="clearheader.html"}

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
{t a=$layout.logname}Prepared by: $a{/t}

{if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')} {/if} {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')} {/if} {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')} {/if} {cycle values="white,grey" print=false} {foreach $income as $row} {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')} {/if} {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')} {/if} {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')} {/if} {foreachelse} {/foreach} {if ConfigHelper::checkConfig('privileges.superuser') || (!ConfigHelper::checkConfig('privileges.hide_finances') && !ConfigHelper::checkConfig('privileges.hide_summaries'))} {/if}
{trans("No.")} {trans("Link technology")} {trans("Bussiness customers")} {trans("Bussiness income")} {trans("Private customers")} {trans("Private income")} {trans("Total customers")} {trans("Total income")}
{counter}. {if $row.technology} {$linktechnologies[$row.technology]} {else} {trans("other")} {/if} {$row.bussinesscount} {moneyf($row.bussinessincome)} {$row.privatecount} {moneyf($row.privateincome)} {$row.totalcount} {moneyf($row.totalincome)}

{trans("No data.")}

{trans("Total:")} {sum array=$income column="bussinesscount"} {sum array=$income column="bussinessincome" string_format=$LANGDEFS.$_language.money_format} {sum array=$income column="privatecount"} {sum array=$income column="privateincome" string_format=$LANGDEFS.$_language.money_format} {sum array=$income column="totalcount"} {sum array=$income column="totalincome" string_format=$LANGDEFS.$_language.money_format}
{include file="clearfooter.html"}