{#if notification.type == NotificationType.Error}{$t('error')} {:else if notification.type == NotificationType.Warning}{$t('warning')} {:else if notification.type == NotificationType.Info}{$t('info')}{/if}

{#if isComponentNotification(notification)} {:else} {notification.message} {/if}

{#if notification.button}

{/if}