{#if $showATM}
{#each $notifications as notification (notification.id)}

{notification.title}

{notification.message}

{/each}
{:else}
{#each $notifications as notification (notification.id)}

{notification.title}

{notification.message}

{/each}
{/if}