{% extends "base.html" %} {% load static %} {% block page_title %} InvenTree | Build - {{ build }} {% endblock %} {% block content %}
{{ build.title }} | {% include "build_status.html" with build=build %} |
Part | {{ build.part.full_name }} |
Quantity | {{ build.quantity }} |
BOM Price |
{% if bom_price %}
{{ bom_price }}
{% if build.part.has_complete_bom_pricing == False %}
BOM pricing is incomplete {% endif %} {% else %} No pricing information {% endif %} |