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

←Hachoir

←Staging

File Inventory

Filters

Content Files

{% if content|length > 0 %} {% regroup content by state.abbreviation as st_grouped %} {% else %}

No content files.

{% endif %}

Loading Files

{% regroup loadfiles by state.abbreviation as st_grouped %} {% endblock %}