{#if loading}
{/if}
arrow_back
Return to admin panel
Start:
End:
refresh
Pending
{#each reports_pending as report} {#if report.status === "pending"}
{/if} {/each}
Resolved
{#each reports_processed as report} {#if report.status !== "pending"}
{/if} {/each}