InvenTree/InvenTree/build/templates/build/delete_build_item.html

7 lines
217 B
HTML

{% extends "modal_delete_form.html" %}
{% block pre_form_content %}
Are you sure you want to unallocate these parts?
<br>
This will remove {{ item.quantity }} parts from build '{{ item.build.title }}'.
{% endblock %}