{% extends 'patient_templates/base_template.html'%} {% block page_title %}
All patients
{% endblock page_title %} {% block main_content %}
{% include 'patient_templates/alert_messeges.html' %}
Patiets Records
{% csrf_token %}
+ Add Staff
{% for stock in dispense %} {% endfor %}
No Drug Quantiy Dispensed Instructions Dispensed Expiry date
{{forloop.counter}} {{stock.drug_id}} {{stock.dispense_quantity}} {{stock.instructions}} {{stock.dispense_at|date:"F d, Y"}} {{stock.drug_id.valid_to |date:"F d, Y"}}
{% endblock %}