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