{#if $apps.length} {#each Object.keys(automationErrors || {}) as appId} goToAutomationError(appId)} type="error" icon="Alert" actionMessage={errorCount(automationErrors[appId]) > 1 ? "View errors" : "View error"} on:dismiss={async () => { await automationStore.actions.clearLogErrors({ appId }) await apps.load() }} message={automationErrorMessage(appId)} /> {/each}
{welcomeHeader} Manage your apps and get a head start with templates
{#if enrichedApps.length}
{#if $apps?.length > 0 && !$admin.offlineMode} {/if} {#if !$apps?.length} {/if}
{#if enrichedApps.length > 1}