{% for compartment in layouted.0.0 %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -17,7 +17,7 @@
{% for compartment in layouted.0.1 %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -27,7 +27,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in layouted.0 %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -20,7 +20,7 @@
{% for compartment in layouted.1.0 %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -29,7 +29,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -40,7 +40,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -27,7 +27,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -42,7 +42,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -27,7 +27,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -42,7 +42,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -27,7 +27,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -42,7 +42,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -21,7 +21,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -32,7 +32,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -45,7 +45,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -21,7 +21,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -32,7 +32,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
@@ -45,7 +45,7 @@
{% for compartment in item %}
- {% include "inventory/cell.html" with item=compartment hilight=hilight %}
+ {% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
diff --git a/inventory/templates/inventory/cell.html b/inventory/templates/inventory/cell.html
index 66434c1..591b3db 100644
--- a/inventory/templates/inventory/cell.html
+++ b/inventory/templates/inventory/cell.html
@@ -18,6 +18,13 @@
+ {% if settings.track_amount %}
+ {% if item.count <= item.low_count %}
+