{$t('dashboard.title')} - {$t('app.name')}
{#snippet heroToolbar()} {$t('dashboard.newApp')} {/snippet} {#if unusedImagesExceeded}

{$t('dashboard.unusedImagesWarning')}

{unusedImagesCount} {$t('dashboard.unusedImages')} · {unusedImagesMB >= 1024 ? (unusedImagesMB / 1024).toFixed(1) + ' GB' : unusedImagesMB + ' MB'}

{$t('settings.pruneImages')} →
{/if} 0 ? String(workloads.length) : ''} > {#if loading}
{#each Array(3) as _} {/each}
{:else if error}

{error}

{:else if workloads.length === 0} {:else}
{#each recentWorkloads as wl (wl.id)} {@const state = containerStateFor(wl.id)} {@const count = containerCountFor(wl.id)}
{wl.name}
{wl.source_kind || wl.kind} ยท {count} {count === 1 ? $t('common.instance') : $t('common.instances')}
{#if wl.updated_at}

{$fmt.dateTime(wl.updated_at)}

{/if}
{/each}
{/if}