{% extends "HealthCentre/layout.html" %} {% block title %} IITJ Health Centre {% endblock%} {% block bodytag %} {% load static %} {% endblock %} {% block body %} LOGOUT

Your Prescriptions




{% for prescription in user %} {% if prescription.isCompleted %}
Prescription

Dr. {{ prescription.doctor.name }}


{{ prescription.prescriptionText }}

Your Symptoms

{{ prescription.symptoms }}

Contact Number : {{ prescription.doctor.contactNumber }} Email : {{ prescription.doctor.email }} Address : {{ prescription.doctor.address }}

{% endif %} {% empty %}

You have no prescriptions right now.

{% endfor %} {% endblock %}