{#if pushNotificationsSupport === false}

Your browser doesn't support push notifications.

{:elseif $notificationPermission === "denied"}

You have denied permission to show notifications.

{:elseif $loggedInInstancesInOrder.length > 1}

Note that you can only have push notifications for one instance at a time.

{/if}
{#each options as option, i (option.key)} {#if i > 0}
{/if} {/each}