{% extends "modal_delete_form.html" %} {% load i18n %} {% load inventree_extras %} {% block pre_form_content %}
{% trans "Are you sure you want to delete this stock item?" %}
This will remove {% decimal item.quantity %} units of {{ item.part.full_name }} from stock.
{% endblock %}