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

{$layout.pagetitle}

{block name="userinfobox"} {include file="user/usereditbox.html"} {/block} {block name="usercallbox"} {if ConfigHelper::checkPrivilege('readonly') || ConfigHelper::checkPrivilege('customer_call_view') || ConfigHelper::checkPrivilege('customer_call_management')} {include file="customer/customercallbox.html" limit=ConfigHelper::getConfig('phpui.customer_call_limit', 20)} {/if} {/block} {if ConfigHelper::checkConfig('phpui.logging') && (ConfigHelper::checkConfig('privileges.superuser') || ConfigHelper::checkConfig('privileges.transaction_logs'))} {include file="transactions.html"} {/if} {/block}