{% extends "page.html" %} {% macro bom_row(bom, depth=0, relation_quantity=None, visited=[]) %} {% set child_id = 'bom-public-children-' ~ bom.id ~ '-' ~ depth %} {% set can_expand = bom.children and bom.id not in visited %}
{{ ngettext('%(num)s BOM was found.', '%(num)s BOMs were found.', boms|length) }}