Report Details
All reports for this event are shown below.
{#each $reports as report (report.id)}
{@const reason = getReason(report.tags)}
{@const remove = () => deleteReport(report)}
Reported this event as "{reason}"
{#if report.pubkey === $pubkey}
{/if}
{#if report.content}
"{report.content}"
{/if}
{/each}