{% extends 'base_patient.html' %} {% load static %} {% block content %}

Pending Requests

{% csrf_token %} {% if test_list %} {% for test_tup in test_list %}

Doctor ID : {{ test_tup.docid.name }}

{% endfor %} {% else %}




                                   No pending requests!

{% endif %}
{% endblock %}