{#if pushNotificationsSupport === false}

Your browser doesn't support push notifications.

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

You have denied permission to show notifications.

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