{#each activeJobs.slice(0, 3) as job (job.id)}
{job.title}
{/each} {#if activeJobs.length > 3}
+ {activeJobs.length - 3} more jobs...
{/if}