{% extends "modal_delete_form.html" %}
{% load i18n %}
{% load inventree_extras %}
{% block pre_form_content %}
{% trans "Are you sure you want to unallocate these parts?" %}
This will remove {% decimal item.quantity %} parts from build '{{ item.build.title }}'.
{% endblock %}