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

{$layout.pagetitle}

{if count($userinfo.trusteddevices)} {/if} {block name="transactions"} {if ConfigHelper::checkConfig('phpui.logging') && (ConfigHelper::checkConfig('privileges.superuser') || ConfigHelper::checkConfig('privileges.transaction_logs'))} {/if} {/block}
{include file="user/userinfobox.html"}
{include file="twofactorauth/twofactorauthtrusteddevices.html" remove_trusted_device_module="useredit"}
{include file="transactions.html"}
{/block}