{% 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 %}
/
{% 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 %}