{% extends "stg_inv.html" %} {% block title %}Batch Inventory Summary{% endblock %} {% block body %}

←Hachoir Top

←Staging

{% block heading %}{% if title %}{{ title }}{% else %}Inventory Summary{% endif %}{% endblock %}

{% if counts %} {% endif %} {% if not_started %}

Batches not yet started

{% endif %} {% if dead %}

Batches started, but interrupted (dead)

You can also try to reset dead batches automagically.

{% endif %} {% if started %}

Batches started, but not completed

{% endif %} {% if completed %}

Batches completed

{% endif %} {% endblock %}