{#if $store.currentNodeIsNew}Create{:else}Update{/if}
{#if !$store.currentNodeIsNew}
Delete
{/if}
{#if !!$store.errors && $store.errors.length > 0}
{/if}
Are you sure you want to delete {$store.currentNode.name} ?
Yes
(confirmDelete = false)}> No