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