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