{% load inventree_extras %} {% load i18n %} {% decimal total_stock %} {% include "part/part_units.html" %} {% if total_stock == 0 %} {% trans "No Stock" %} {% elif total_stock < part.minimum_stock %} {% trans "Low Stock" %} {% endif %}