{% 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?" %}
{% decimal item.quantity as qty %} {% blocktrans with full_name=item.part.full_name %}This will remove {{qty}} units of {{full_name}} from stock.{% endblocktrans %}
{% endblock %}