{% load i18n %} {% load inventree_extras %} {% block pre_form_content %} {% endblock %}
{% csrf_token %} {% load crispy_forms_tags %} {% if edit_quantity %} {% endif %} {% for item in stock_items %} {% endfor %}
{% trans "Stock Item" %} {% trans "Location" %} {% trans "Quantity" %}{{ stock_action_title }}
{% include "hover_image.html" with image=item.part.image hover=True %} {{ item.part.full_name }} {{ item.part.description }} {{ item.location.pathstring }} {% decimal item.quantity %} {% if edit_quantity %} {% if item.error %}
{{ item.error }} {% endif %} {% else %} {% endif %}
{% crispy form %}