{% extends "modal_form.html" %}
{% block pre_form_content %}
Build: {{ build.title }} - {{ build.quantity }} x {{ build.part.full_name }}
Are you sure you want to mark this build as complete?
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 }} |