{% extends "modal_form.html" %}
{% block pre_form_content %}
{{ block.super }}
Build: {{ build.title }} - {{ build.quantity }} x {{ build.part.full_name }}
Automatically allocate stock to this build?
Part | Quantity | Location | |
---|---|---|---|
{% include "hover_image.html" with image=item.stock_item.part.image %} |
{{ item.stock_item.part.full_name }} {{ item.stock_item.part.description }} |
{{ item.quantity }} | {{ item.stock_item.location }} |