+
{ t(`steps.report.info.${ status }`) }
+
+ { comment &&
}
+
+
+
+ ;
+}
diff --git a/src/provider/dummy/report.ts b/src/provider/dummy/report.ts
new file mode 100644
index 0000000..ad77aad
--- /dev/null
+++ b/src/provider/dummy/report.ts
@@ -0,0 +1,66 @@
+import { Report } from "@/data/report";
+
+const choices = [1, 2, 3, 4, 5].map(n => ({
+ pl: `Wybór ${n}`,
+ en: `Choice ${n}`
+}))
+
+export const emptyReport: Report = {
+ fields: [
+ {
+ type: "text",
+ name: "text",
+ description: {
+ en: "Text field, with