{% extends "common/base.html" %}{% load static %}{% load i18n %}{% load jsplugins %} {% block title %} {% if empty %} {% trans "Adding empty objects to the stock with barcode scanner" %} {% else %} {% trans "Adding objects to the stock with barcode scanner" %} {% endif %} {% endblock %} {% block breadcrumbs %} home_ico / {% trans 'Cartridges' %} / {% if empty %} {% trans "Empty" %} / {% trans "Adding empty objects to the stock with barcode scanner" %} {% else %} {% trans "Filled" %} / {% trans "Adding objects to the stock with barcode scanner" %} {% endif %} {% endblock %} {% block jqueryui %} {% jsplugins 'noty' %} {% endblock %} {% block content %}
{% csrf_token %}
{% trans "Add" %} {% trans "Remove item" %} {% trans "Clear session" %}   {% trans 'Quantity' %}: {{ list_items|length }}
{% include "cartridge/add_items_barcode_ajax.html" %}
{% endblock %}