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