diff --git a/troggle/templates/survey.html b/troggle/templates/survey.html new file mode 100644 index 000000000..00d296ecf --- /dev/null +++ b/troggle/templates/survey.html @@ -0,0 +1,213 @@ + + +
+ +
+ There are {{ notes|length }} notes.
+ {% for noteItem in notes %}
+
+ Item number: {{ noteItem.number_in_wallet }}
+ {{ noteItem.file.correctURL }}
+
+ {% endfor %}
+