{#if user}
{user.name}
{#if user?.is_active}
{$i18n.t('Active')}
{:else}
{$i18n.t('Away')}
{/if}
{/if}