{#if $settings_notifications.has( settingKey )} {#each [...$settings_notifications.get( settingKey ).values()].sort( compareNotificationTypes ) as notification (notification)}

{@html notification.message}

{/each} {/if}