{% if wireviz_errors %}
The following errors were encountered while processing the wireviz file:
{% endif %} {% if wireviz_warnings %}
The following warnings were encountered while processing the wireviz file:
{% endif %}
{% if wireviz_svg_file %} {% else %}
Harness diagram not found
{% endif %}
{% if wireviz_bom_data %} {% for item in wireviz_bom_data %} {% endfor %}
ID Designators Description Quantity P/N
{{ item.idx }} {{ item.designators }} {{ item.description }} {{ item.quantity }} {% if item.unit %}  [{{ item.unit }}] {% endif %} {% if item.sub_part %} {{ item.pn }} {% else %} {{ item.pn }} {% endif %}
{% else %}
BOM data not found
{% endif %}
{% if wireviz_source_file %} Source file {% endif %}