{# Copyright (c) 2015 Chintalagiri Shashank Released under the MIT license #} {% extends "base_templates/base.html" %} {% block magellan %}
{% endblock %} {% block main %}

Indent {{ stage.indent_sno }}

for Production Order {{ stage.prod_sno }}
Indent Composite Bom
{% if stage.cobom %}
{% for earmark in stage.cobom.descriptors %} {% endfor %} {% for line in stage.cobom.lines %} {% for column in line.columns %} {% endfor %} {% endfor %}
Ident {{ earmark.configname }}x{{ earmark.multiplier }}Quantity
{{ line.ident }} {{ column }} {{ line.quantity }}
{% else %}
Indent Cobom Not Found!
{% endif %}
Related Documentation
Production Order
{{ stage.prod_sno }}
Indent Documentation
{% endblock %}