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