{{data.id}} |
{{data.med_hospital_name}} |
{{data.mobile}} |
{{data.medicine}} |
{{data.qty}} |
{{data.priority}} |
{{data.date}} |
{% if data.doc_status == 2 %}
Approved |
{% elif data.doc_status == 1 %}
Not Aprrove |
{% elif data.doc_status == 3 %}
Hold |
{% else %}
Reject |
{% endif %}
{% if data.rmsd_status == 2 %}
Approved |
{% elif data.rmsd_status == 1 %}
Not Aprrove |
{% elif data.rmsd_status == 3 %}
Hold |
{% else %}
Reject |
{% endif %}
{% if data.cmsd_status == 2 %}
Approved |
{% elif data.cmsd_status == 1 %}
Not Aprrove |
{% elif data.cmsd_status == 3 %}
Hold |
{% else %}
Reject |
{% endif %}
{% if data.doc_status == 2 and data.rmsd_status == 2 and data.cmsd_status == 2%}
Approved |
{% else %}
Pending |
{% endif %}
{% endfor %}
{% else %}
There are no records in the system
{% endif %}