{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %} {% if install_item %}

{% trans "Install another Stock Item into this item." %}

{% trans "Stock items can only be installed if they meet the following criteria" %}:

{% elif install_in %}

{% trans "Install this Stock Item in another stock item." %}

{% trans "Stock items can only be installed if they meet the following criteria" %}:

{% endif %} {% endblock %}