{% 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 %} home_ico / {% 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 %}
{% csrf_token %}
{{ form.manualNumber }}
{{ form.cart_count }}

{{ session }}

{% endblock %}