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

{$layout.pagetitle}

{if $receipt.receipt} {/if}
{block name="customerinfobox"} {include file="customer/customerinfobox.html"} {/block} {block name="customernotes"} {include file="customer/customernotes.html" limit=10} {/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::checkPrivilege('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="customernetnodes"} {include file="customer/customernetnodes.html"} {/block} {block name="customerassignments"} {include file="customer/customerassignments.html"} {/block} {block name="customerbalancebox"} {include file="customer/customerbalancebox.html" limit=-10} {/block} {block name="customeractions"} {include file="customer/customeractions.html"} {/block}
{resource_tab_selector} {/block}