{% include 'pharmacist_templates/alert_messeges.html' %}
{% endblock %}PATIENT NAME: {{patients.admin.first_name}} {{patients.admin.last_name}}
Stocked Drugs
No | Drug | Category | Quantiy | Date Stocked | |
---|---|---|---|---|---|
{{stoc.id}} | {{stoc.drug_name}} | {{stoc.category}} | {{stoc.quantity}} | {% if expired %} {% for expire in expired %} {% if stoc.drug_name == expire.drug_name %} EXPIRED |
{% endif %}
{% endfor %}
{% for expire in expa %}
{% if stoc.drug_name == expire.drug_name %}
{{stoc.valid_to}} | {% endif %} {% endfor %} {% endif %}
Stocked Drugs
No | prescription | description |
---|---|---|
{{forloop.counter}} | {{stoc.prescribe}} | {{stoc.description}} |