{progress}% ({successCount}/{totalBundles})
| File | Source | Status | Size |
|---|---|---|---|
| {padBundleNumber(bundle.number)}.jsonl.zst | {bundle.source ? getInstanceName(bundle.source) : '-'} | {#if bundle.status === 'downloading'} ⏳ Downloading {:else if bundle.status === 'success'} ✅ Success {:else if bundle.status === 'cancelled'} ⚠️ Cancelled {:else} ❌ Error {/if} | {bundle.size ? formatBytes(bundle.size) : '-'} |