Address
Name
Reports
Blocked
Last used
Created
{#each reporters as rep (rep.from_address)}
{rep.from_address}
{rep.name}
{rep.reports_sent}
{rep.files_blocked}
{formatDate(rep.last_used, true, true, false)}
{formatDate(rep.created, false, false, false)}
toggle_preview(rep))} class="button round">
email
{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}
{#if preview_html !== ""}
{@html preview_html}
{:else if preview_text !== ""}
{preview_text}
{/if}