+
+ {t("reported_by")}
+
+ {report.reporter?.name || ""} ({report.reporter?.email ?? "-"})
+
+
+
+ {t("reported_at")}
+ {format(new Date(report.createdAt), "PPP p")}
+
+
+ {t("reason")}
+ {t(report.reason.toLowerCase())}
+
+ {report.description && (
+
+ {t("description")}
+ {report.description}
+
+ )}
+