{% load static %} {% block title %}Print Material | IQChem{% endblock %}
{% if mat %}

{{ mat.material }}

STATUS : {% if mat.result == 'PASS' %}PASSED{% elif mat.result == 'FAIL' %}FAILED{% else %}{% endif %}
RELEASED BY : {{ name }}
DATE RELEASED : {% if mat.checked_by_date %}{{ mat.checked_by_date }}{% else %}{{ mat.datetime }}{% endif %}
SUPPLIER : {{mat.supplier}}
CANCEL
{% else %}

Material not Found!!!

{% endif %}