{#if loading}
{/if}
Start:
End:

Pending

{#each reports_pending as report (report.id)} {#if report.status === "pending"} {/if} {/each}

Resolved

{#each reports_processed as report (report.id)} {#if report.status !== "pending"} {/if} {/each}