display count in tooltip if > 999
This commit is contained in:
@@ -66,3 +66,7 @@
|
|||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{%if inv_item.attr_c|int > 999 %}
|
||||||
|
Count: {{ inv_item.attr_c }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user