{#if value}
{#if employee}
{formatName(employee.name)}
{:else} {JSON.stringify(value)}
{value.email}
{/if}
{/if}