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