{#each activeJobs as job (job.id)}
{job.title}
{Math.round(job.progress)}%
{/each}