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