{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %}
{% trans "Convert Stock Item" %}
{% trans "This stock item is current an instance of " %}{{ item.part }}
{% trans "It can be converted to one of the part variants listed below." %}
{% trans "Warning" %} {% trans "This action cannot be easily undone" %}
{% endblock %}