{{#if setupInProgress}}
Connecting account...
{{else}}
{{#if (and kredits.hasAccounts kredits.currentUser)}}
{{kredits.currentUser.name}}
{{#if kredits.currentUserIsCore}}
(core)
{{/if}}
{{else}}
Anonymous
{{#if showConnectButton}}
{{/if}}
{{/if}}
{{/if}}