{% extends "modal_form.html" %} {% load i18n %} {% load inventree_extras %} {% block pre_form_content %}
{% trans "The following stock items will be uninstalled" %}
{% endblock %} {% block form_data %} {% for item in stock_items %} {% endfor %} {% endblock %}