{% extends "marchant_base.html" %} {% load static %} {% block title %} Trim Costing Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
Trim Cost Details
Name {{trim_cost.trim.trim.name}}
Description {{trim_cost.trim.trim.description}}
Supplier Name {% if trim_cost.trim.supplier %} {{trim_cost.trim.supplier}} {% else %} N/A {% endif %}
Supplier Type {% if trim_cost.trim.supplier_type %} {{trim_cost.trim.supplier_type}} {% else %} N/A {% endif %}
Supplier Origin {% if trim_cost.trim.supplier_origin %} {{trim_cost.trim.supplier_origin}} {% else %} N/A {% endif %}
Reference {% if trim_cost.trim.trim.reference %} {{trim_cost.trim.trim.reference}} {% else %} N/A {% endif %}
Unit {{trim_cost.trim.unit}}
Consumption {{trim_cost.trim.consumption|floatformat:3}}
Wastage(%) {{trim_cost.trim.wastage|floatformat:3}}
Cost Per Unit {{trim_cost.cost_per_unit|floatformat:3}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}