{% extends 'hod_templates/base_template.html'%} {% block main_content %}
Patient Image
Patient's Information
Full Name: {{patient.patientname}}
Email: {{ patient.admin.email }}
Age: {{ patient.age }}
Gender: {{ patient.gender }}
Address: {{ patient.adresss }}
Tel: {{ patient.mobile }}
Patient's Medical Info
Joined:
Last Login:
Teachers Personal Info
{% for stock in stocks %} {% endfor %}
No UserName FirstName LastName Gender Email Mobile Action
{{stock.dispense_quantity}} {{stock.patient_id.first_name}} {{stock.sto}} {{stock.quantity}} {{patient.admin.email}} {{stock.patient_id.first_name}}
{% endblock %}