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

←Hachoir

←Staging

StagingTable Inventory

Filters

Tables

{% if objects|length > 0 %} {% regroup objects by state as st_grouped %} {% else %}

No StagingTables.

{% endif %} {% endblock %}