{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %} {{ block.super }}
{% trans "Part" %} | {% trans "Quantity" %} | {% trans "Location" %} | |
---|---|---|---|
{% include "hover_image.html" with image=item.stock_item.part.image hover=True %} |
{{ item.stock_item.part.full_name }} {{ item.stock_item.part.description }} |
{{ item.quantity }} | {{ item.stock_item.location }} |