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