{% load i18n %} {% load inventree_extras %}
{% trans "Part" %} | {% trans "Description" %} | {% trans "Available" %} | {% trans "Required" %} | {% trans "Allocated" %} | {% trans "On Order" %} |
---|---|---|---|---|---|
{% include "hover_image.html" with image=item.part.image hover=True %} {{ item.part.full_name }} | {{ item.part.description }} | {% decimal item.part.total_stock %} | {% decimal item.quantity %} | {{ item.allocated }} | {% decimal item.part.on_order %} |