{% extends 'pharmacist_templates/base_template.html'%} {% block page_title %}

Dashboard

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

{{patients_total}}

Admitted Patients

More info

{{expired_total}}

Expired Drugs

More info

{{out_of_stock}}

Drugs Out of Stock

More info

{{total_drugs}}

Stocked Drugs

More info
{% endblock main_content %}