{% 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 %} {% include "industry_reforged/partials/bom_tree_node.html" with node=child prefix=prefix|add:forloop.counter|stringformat:"s" %} {% endfor %}
{% endif %}