{% if min_total_buy_price %}
-
- {% trans 'Unit Cost' %} |
- Min: {% include "price.html" with price=min_unit_buy_price %} |
- Max: {% include "price.html" with price=max_unit_buy_price %} |
-
- {% if quantity > 1 %}
-
- {% trans 'Total Cost' %} |
- Min: {% include "price.html" with price=min_total_buy_price %} |
- Max: {% include "price.html" with price=max_total_buy_price %} |
-
- {% endif %}
+
+ {% trans 'Supplier Pricing' %} |
+ {% trans 'Unit Cost' %} |
+ Min: {% include "price.html" with price=min_unit_buy_price %} |
+ Max: {% include "price.html" with price=max_unit_buy_price %} |
+
+ {% if quantity > 1 %}
+
+ |
+ {% trans 'Total Cost' %} |
+ Min: {% include "price.html" with price=min_total_buy_price %} |
+ Max: {% include "price.html" with price=max_total_buy_price %} |
+
+ {% endif %}
{% else %}
-
-
- {% trans 'No supplier pricing available' %}
- |
-
+
+
+ {% trans 'No supplier pricing available' %}
+ |
+
{% endif %}
-
{% endif %}
{% if part.bom_count > 0 %}
-
{% if min_total_bom_price %}
-
- {% trans 'Unit Cost' %} |
- Min: {% include "price.html" with price=min_unit_bom_price %} |
- Max: {% include "price.html" with price=max_unit_bom_price %} |
-
- {% if quantity > 1 %}
-
- {% trans 'Total Cost' %} |
- Min: {% include "price.html" with price=min_total_bom_price %} |
- Max: {% include "price.html" with price=max_total_bom_price %} |
-
- {% endif %}
- {% if part.has_complete_bom_pricing == False %}
-
-
- {% trans 'Note: BOM pricing is incomplete for this part' %}
- |
-
- {% endif %}
+
+ {% trans 'BOM Pricing' %} |
+ {% trans 'Unit Cost' %} |
+ Min: {% include "price.html" with price=min_unit_bom_price %} |
+ Max: {% include "price.html" with price=max_unit_bom_price %} |
+
+ {% if quantity > 1 %}
+
+ |
+ {% trans 'Total Cost' %} |
+ Min: {% include "price.html" with price=min_total_bom_price %} |
+ Max: {% include "price.html" with price=max_total_bom_price %} |
+
+ {% endif %}
+ {% if part.has_complete_bom_pricing == False %}
+
+
+ {% trans 'Note: BOM pricing is incomplete for this part' %}
+ |
+
+ {% endif %}
{% else %}
-
-
- {% trans 'No BOM pricing available' %}
- |
-
+
+
+ {% trans 'No BOM pricing available' %}
+ |
+
{% endif %}
-
{% endif %}
{% if total_part_price %}
-