{#if app.profile}
{app.profile.displayName}
{#if app.profile.isGuest}{t('profile.guest')}{/if}
{t('profile.language')}
{app.profile.preferredLanguage}
{t('profile.timezone')}
{app.profile.timeZone}
{t('profile.hintBalance')}
{app.profile.hintBalance}

{t('profile.readonly')}

{/if}