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

←Hachoir Index

←Staging Index

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

{% if messages %} {% endif %} {% if counts %} {% endif %} {% if links %} {% endif %} {% if objects %}

{% block object_title %}Objects{% endblock %}

{% endif %} {% endblock %}