{#if pushNotificationsSupport === false}

{intl.browserDoesNotSupportPush}

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

{intl.deniedPush}

{:elseif $loggedInInstancesInOrder.length > 1}

{intl.pushNotificationsNote}

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