{% csrf_token %}
Doctor's Patient History
Back
Patient History
Patient Name
Diagnosis
Date
{% for i in patients %} {% if i.doctor.med_id == id %}
{{i.patient.first_name}} {{i.patient.last_name}}
{{i.diagnosis}}
{{i.date}}
{% endif %} {% endfor %}