Filters
{#if fetching && initialLoad}
{/if}
{#if error}
Could not load jobs: {error}
{/if}
{#if !initialLoad && !error && jobs.length === 0}
{#if hasActiveJobFilters(filters)}
No jobs match your filters. Try adjusting your search criteria.
{:else}
No jobs found.
{/if}
{/if}
{#if jobs.length > 0}
Page {currentPage}
{/if}