{% extends 'base.html' %} {% load static %} {% block title %} Single Material Report | IQChem {% endblock %} {% block content %} {% if R %}
Chemical Section Platform
| REFERENCE | MATERIAL | SAMPLED BY | SAMPLED | QUANTITY | SUPPLIER | RESULT | TECHNOLOGIST | STATUS |
|---|---|---|---|---|---|---|---|---|
| {{r.reference}} | {{r.material}} | {{r.sampled_by}} | {{r.date_sampled}} | {{r.quantity}} | {{r.supplier}} | {{r.result}} | {{r.technologist}} | {% if r.status == 'sampled' %} {% elif r.status == 'analysed' %} {% elif r.status == 'checked' %} {% if r.result == 'PASS' %} {% elif r.result == 'FAIL' %} {% else %} {% endif %} {% endif %} {{r.status}} {% if r.has_dispute == True %} {% if r.dispute_status == 'open' %} {% elif r.dispute_status == 'closed' %} {% endif %} {% endif %} |
Total : {{data.count}}
Total Passed : {{data.pass}}
Total Failed : {{data.fail}}
SUPPLIERS DETAILS
{{a|upper}}
Supplies : {{b.count}}
Passed : {{b.pass}}
Failed : {{b.fail}}
Disputes observed
{% if b.disputes|length > 0 %}- No disputes was raised on this material
{% endif %}NO INFORMATION TO DISPLAY