diff --git a/backend/resources/error-list.tmpl b/backend/resources/error-list.tmpl
new file mode 100644
index 000000000..21e6c3dae
--- /dev/null
+++ b/backend/resources/error-list.tmpl
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+ penpot - error report {{id}}
+
+
+
+
+
+
+
+
+ {% for item in items %}
+ - {{item.created-at}}
+ {% endfor %}
+ {% for item in items %}
+ - {{item.created-at}}
+ {% endfor %}
+
+
+
+
+
diff --git a/backend/resources/error-report.tmpl b/backend/resources/error-report.tmpl
index 397b83b02..ad663f604 100644
--- a/backend/resources/error-report.tmpl
+++ b/backend/resources/error-report.tmpl
@@ -44,7 +44,7 @@
font-size: 12px;
}
.table {
- margin-top: 40px;
+ margin-top: 25px;
display: flex;
flex-direction: column;
}
@@ -87,6 +87,8 @@