{% extends "common/base.html" %}{% load static %}{% load i18n %}{% load jsplugins %}
{% block title %}
{% if empty %}
{% trans "Adding empty cartridges to the stock" %}
{% else %}
{% trans "Adding objects to the stock" %}
{% endif %}
{% endblock %}
{% block breadcrumbs %}
/
{% trans 'Cartridges' %} /
{% if empty %}
{% trans "Empty" %} /
{% trans "Adding empty cartridges to the stock" %}
{% else %}
{% trans "Filled" %} /
{% trans "Adding objects to the stock" %}
{% endif %}
{% endblock %}
{% block jqueryui %}
{% jsplugins 'pm' %}
{% jsplugins 'hotkeys' %}
{% jsplugins 'noty' %}
{% endblock %}
{% block content %}