{{#if $eq currentRouteVar 'publicaccount'}}
{{#if this.statusIdle}}
{{{_ "userProfileIdle"}}}
{{else}}
{{#if this.statusOnline}}
{{{_ "userProfileOnline"}}}
{{else}}
{{{_ "userProfileOffline"}}}
{{/if}}
{{/if}}
{{else}}
{{#if this.statusIdle}}
{{else}}
{{#if this.statusOnline}}
{{else}}
{{/if}}
{{/if}}
{{/if}}