{$i18n.t("{{user}}'s Chats", { user: user.name })}

{#if chats.length > 0}
{#each chats as chat, idx} {/each}
{$i18n.t('Name')}
{chat.title}
{:else}
{user.name} {$i18n.t('has no conversations.')}
{/if}