add line break to make it more readable

This commit is contained in:
aronwk-aaron 2022-11-28 14:05:29 -06:00
parent 4d007d66ac
commit 4aff169967

View File

@ -67,6 +67,6 @@
{% endif %}
{%if inv_item.attr_c|int > 999 %}
Count: {{ inv_item.attr_c }}
<br />Count: {{ inv_item.attr_c }}
{% endif %}