{% 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 %}