{% extends "MiddleDisplayObject.htm" %} {% block content %}
ADD
Display :


{% for level, link in children %} {% endfor %}
Ord. Qty {{ obj.reference }} {{ obj.revision }} {{ obj.type }} {{ obj.name }} {{ obj.state.name }}
{{ level|safe}} ↳ {{ link.order }} {{ link.quantity }} {{ link.child.reference }} {{ link.child.revision }} {{ link.child.type }} {{ link.child.name }} {{ link.child.state.name }}
{% endblock %}