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

{$layout.pagetitle}

{if $customerinfo} {include file="voipaccount/voipaccountaddbox.html"} {block name=extra_content}{/block} {include file="customer/customerinfobox.html" customerpanel=1} {include file="customer/customernodesbox.html"} {include file="customer/customernetworksbox.html"} {include file="customer/customervoipaccountsbox.html"} {include file="customer/customerdocuments.html" limit=10} {include file="customer/customermessages.html" limit=10} {include file="customer/customerevents.html" limit=10} {include file="customer/customergroups.html"} {include file="customer/customerassignments.html"} {include file="customer/customerbalancebox.html" limit=-10} {else} {include file="voipaccount/voipaccountaddbox.html"} {block name=extra_content}{/block} {/if} {/block}