{% extends 'hod_templates/base_template.html'%} {% load static %} {% block page_title %}

Dashboard

{% endblock page_title %} {% block main_content %}

{{patients_total}}

Total Patients

More info

{{expired_total}}

Expired Drugs

More info

{{out_of_stock}}

Drugs Out of Stock

More info

{{total_drugs}}

Stocked Drugs

More info

{{all_pharmacists}}

Pharmacists

More info

{{all_clerks}}

Pharmacy Clerks

More info

{{all_doctors}}

Doctors

More info

{{for_today}}

Patients Admitted Today

More info
{% endblock main_content %}