{% extends "common/base.html" %}{% load i18n %} {% load filters %}{% load jsplugins %} {% block title %}{% trans "Return cartridge to the stock" %}{% endblock %} {% block h3 %}{% trans "Return cartridge to the stock" %}{% endblock %} {% block breadcrumbs %} home_ico / {% trans 'Cartridges' %} / {% trans 'Remanufactured' %} / {% trans 'Return to warehouse' %} / {% endblock %} {% block jqueryui %} {% endblock %} {% block content %}
{% if messages %} {% endif %}
{% csrf_token %}
   
{% for elem in list_cart %} {% endfor %}
{% trans "Barcode" %} {% trans "Name" %}
{{ elem.cart_number }} {{ elem.cart_itm_name }}
* - {% trans 'Affects the count of the number of reloads.' %}
{% endblock %}