{% extends "stg_base.html" %} {% block title %}Hachoir - Details for {{ object }}{% endblock %} {% block body %}

←Hachoir Index

←Staging Index

{% if counts %} {% endif %} {% if object.parent %}

Parent: {{ object.parent }}

{% endif %} {% if children %}

Children of this object

{% endif %} {% block details %} {% endblock %} {% endblock %}