- {#each data.reports as report}
-
-
- #{report.id} on @{report.user_name}
- ({report.user_id}) {#if report.member_id}
- (member: {report.member_name},
- {report.member_id})
- {/if}
-
-
- {report.reason}
-
-
- Created {DateTime.fromISO(report.created_at)
- .toLocal()
- .toLocaleString(DateTime.DATETIME_MED)} •
-
-
-
-
-
+ {#each data.reports as report, index}
+
+ •
+
+
+
+
{/each}
+
+