{#if messages.length === 0}
{t('chat.empty')}
{/if} {#each messages as m (m.id)} {#if m.kind === 'nudge'}
{t('chat.nudge')}
{:else}
{m.body}
{/if} {/each}
e.key === 'Enter' && send()} />
{t('chat.send')}
{t('chat.nudge')}