{% if min_total_bom_price %}
- {% trans 'Unit Cost' %} |
+ {% 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' %} |
+ {% 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 min_total_bom_purchase_price %}
- {% trans 'Unit Purchase Price' %} |
+ {% trans 'Unit Purchase Price' %} |
Min: {% include "price.html" with price=min_unit_bom_purchase_price %} |
Max: {% include "price.html" with price=max_unit_bom_purchase_price %} |
{% if quantity > 1 %}
- {% trans 'Total Purchase Price' %} |
+ {% trans 'Total Purchase Price' %} |
Min: {% include "price.html" with price=min_total_bom_purchase_price %} |
Max: {% include "price.html" with price=max_total_bom_purchase_price %} |
@@ -97,11 +97,11 @@
{% trans 'Internal Price' %}
- {% trans 'Unit Cost' %} |
+ {% trans 'Unit Cost' %} |
{% include "price.html" with price=unit_internal_part_price %} |
- {% trans 'Total Cost' %} |
+ {% trans 'Total Cost' %} |
{% include "price.html" with price=total_internal_part_price %} |
@@ -112,11 +112,11 @@
{% trans 'Sale Price' %}
- {% trans 'Unit Cost' %} |
+ {% trans 'Unit Cost' %} |
{% include "price.html" with price=unit_part_price %} |
- {% trans 'Total Cost' %} |
+ {% trans 'Total Cost' %} |
{% include "price.html" with price=total_part_price %} |