{#if notification.hasOwnProperty( "class" ) && notification.class === "tool-error" && notification.hasOwnProperty( "errors" )} {#if expanded}
{#each notification.errors.details as item, index}
{(index + 1) + ". " + item.source_type_name} #{item.source_id}
    {#each item.messages as message, index}
  • {@html message}
  • {/each}
{/each}
{/if}
{:else} {/if}