Board | {{ part.IPN }} |
Description | {{ part.description }} |
User | {{ user }} |
Date | {{ date }} |
Number of different components (codes) | {{ bom_items.count }} |
{% trans "IPN" %} | +{% trans "MPN" %} | +{% trans "Manufacturer" %} | +{% trans "Quantity" %} | +{% trans "Reference" %} | +{% trans "Substitute" %} | +
---|---|---|---|---|---|
{{ line.sub_part.IPN }} | +{{ line.sub_part.name }} | ++ {% for manf in line.sub_part.manufacturer_parts.all %} + {{ manf.manufacturer.name }} + {% endfor %} + | +{% decimal line.quantity %} | +{{ line.reference }} | +
+ {% for sub in line.substitutes.all %}
+ {{ sub.part.IPN }} + {% endfor %} + |
+