Address / Mail server
Name
Reports
Blocked
Last used
Created
{#each reporters as rep}
{rep.from_address}
{rep.name}
{rep.reports_sent}
{rep.files_blocked}
{formatDate(rep.last_used, true, true, false)}
{formatDate(rep.created, false, false, false)}
{dispatch("edit", rep)}} class="button round">
edit
{#if rep.status !== "trusted"}
{dispatch("approve", rep)}} class="button button_highlight round">
check
{/if} {#if rep.status !== "rejected"}
{dispatch("spam", rep)}} class="button button_red round">
block
{/if}
{dispatch("delete", rep)}} class="button button_red round">
delete
{/each}