{% load i18n humanize %}
{{ node.name }} {{ node.name }} {{ node.quantity|floatformat:0|intcomma }}
{% if node.sub_materials %}
{% endif %}
{% if node.sub_materials %}
{% for child in node.sub_materials %} {% with counter_str=forloop.counter|stringformat:"s" %} {% with new_prefix=prefix|stringformat:"s"|add:"_"|add:counter_str %} {% include "industry_reforged/partials/bom_tree_node.html" with node=child prefix=new_prefix %} {% endwith %} {% endwith %} {% endfor %}
{% endif %}