{#if loading}
{/if}
Start:
End:
Go
Pending
{#each reports_pending as report} {#if report.status === "pending"}
{/if} {/each}
Resolved
{#each reports_processed as report} {#if report.status !== "pending"}
{/if} {/each}