{% extends "common/base.html" %}{% load jsplugins %}{% load i18n %} {% block title %} {% trans 'Automation of actions on cartridges with QR codes' %}{% endblock %} {% block breadcrumbs %} home_ico / {% trans 'Cartridges' %} / {% trans 'Automation of actions on cartridges with QR codes' %}{% endblock %} {% block jqueryui %} {% jsplugins 'noty' %} {% endblock %} {% block content %}
{% csrf_token %}

{% trans 'Cartridges' %}

{% include 'cartridge/info/qr_move_table.html' with list_items=list_items %}

{% trans 'Moving to Empty or Broken' %}

{% trans 'Moving to regeneration' %}


{% trans 'Returning from regeneration' %}



{% trans 'Transfer for use' %}

{% trans 'Where do we send refilled' %}
{% endblock %}