{#if others.length > 0}
{#if others.length === 1} {@const pubkey = others[0]} {:else}

and {others.length - 1} {others.length > 2 ? "others" : "other"}

{/if}
{#if remove($pubkey, $missingInboxes).length > 0} {@const count = remove($pubkey, $missingInboxes).length} {@const label = count > 1 ? "inboxes are" : "inbox is"}
{count}
{/if}
{/if}
{#if $missingInboxes.includes(assertNotNil($pubkey))}

Your inbox is not configured.

In order to deliver messages, {PLATFORM_NAME} needs to know where to send them. Please visit your relay settings page to set up your inbox.

{/if} {#each elements as { type, id, value, showPubkey } (id)} {#if type === "date"} {value} {:else} {/if} {/each}

{#if loading} Looking for messages... {:else} End of message history {/if}