{% extends 'clerk_templates/base_template.html'%} {% block main_content %}
{{patient.admin.first_name}}'s Details
Name: {{patient.admin.first_name}}

Gender: {{patient.gender}}

DOB: {{patient.dob}}

address: {{patient.address}}

Mobile: {{patient.phone_number}}

Email: {{patient.email}}

Prescription
{% for prescription in prescription %} {%endfor%}
No Description Prescription
{{forloop.counter}} {{prescription.description}} {{prescription.prescribe}}
{% endblock %}