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

{$layout.pagetitle}

{block name="customereditbox"} {include file="customer/customereditbox.html"} {/block} {block name="customernodesbox"} {include file="customer/customernodesbox.html"} {/block} {block name="customernetworksbox"} {include file="customer/customernetworksbox.html"} {/block} {block name="transactions"} {if ConfigHelper::checkConfig('phpui.logging') && (ConfigHelper::checkConfig('privileges.superuser') || ConfigHelper::checkConfig('privileges.transaction_logs'))} {include file="transactions.html"} {/if} {/block} {block name="customervoipaccountsbox"} {include file="customer/customervoipaccountsbox.html"} {/block} {block name="customerdocuments"} {include file="customer/customerdocuments.html" limit=10} {/block} {block name="customermessages"} {include file="customer/customermessages.html" limit=10} {/block} {block name="customerevents"} {include file="customer/customerevents.html" limit=10} {/block} {block name="customergroups"} {include file="customer/customergroups.html"} {/block} {block name="customerdevices"} {include file="customer/customerdevices.html"} {/block} {block name="customerassignments"} {include file="customer/customerassignments.html"} {/block} {block name="customerbalancebox"} {include file="customer/customerbalancebox.html" limit=-10} {/block}
{/block}