{if ConfigHelper::checkConfig('privileges.superuser')}
{trans("Registration info:")}
{if $regdata} {trans("Registration ID:")} {$regdata.id|string_format:"%04d"}
{trans("Registered for:")} {$regdata.name}
{trans("URL:")} {$regdata.url}
{trans("Change registration info")} {else} {trans("Your installation is unregistered!")}
{trans("Click here, to register your installation and learn more why you should - IT'S FREE!")} {/if}
{/if}