+
+
+
+
+
{% if list.entries|length == 0 %}
@@ -66,7 +69,7 @@
-
{{ entry.product.name }}{% if entry.quantity %} | {{ entry.quantity }}{% endif %}
+
{{ entry.product.name }}{% if entry.quantity %} | {{ entry.quantity }}{% endif %}
{% if bin %}Bin {{ bin }}{% endif %}
@@ -87,11 +90,11 @@
+ {% if entry.notes %}
{{ entry.notes }}
{% endif %}
+ {% if entry.product.notes %}
{{ entry.product.notes }}
{% endif %}
+
{% endblock %}
\ No newline at end of file
diff --git a/sigl/templates/lists/update.html.j2 b/sigl/templates/lists/update.html.j2
index e8f43c1..c20e485 100644
--- a/sigl/templates/lists/update.html.j2
+++ b/sigl/templates/lists/update.html.j2
@@ -3,17 +3,6 @@
{% block header %}