{include file="header.html"} {if ConfigHelper::getConfig('userpanel.data_consent_text') && !$userinfo.consentdate} {include file="module:consentbox.html"} {/if}
{include file="module:userinfobox.html"}
{if (is_array($usernodes) && count($usernodes)) && !ConfigHelper::checkConfig('userpanel.hide_nodesbox')}
{include file="module:usernodesbox.html"}
{/if} {if (is_array($documents) && count($documents)) && !ConfigHelper::checkConfig('userpanel.hide_documentbox')}
{include file="module:userdocsbox.html"}
{/if}
{include file="module:userloginbox.html"}
{include file="footer.html"}