diff --git a/app/templates/views/check/preview.html b/app/templates/views/check/preview.html index 7398a7fd9..ebf2ec8c2 100644 --- a/app/templates/views/check/preview.html +++ b/app/templates/views/check/preview.html @@ -42,25 +42,55 @@
| + {{ header }} + | + {% endfor %} +|
|---|---|
|
+
+ {% set column_data = item[column].data or '' %}
+ {% if column_data is iterable and column_data is not string %}
+
+
|
+ {% endfor %}
+ {% if item[None].data %}
+ {% for column in item[None].data %}
+
+
+ {{ column }}
+
+ |
+ {% endfor %}
+ {% endif %}
+