{% extends 'base_labTechnician.html' %} {% block title %}button_lab{% endblock %} {% block content %}
{% csrf_token %} {% if test_list %} {% for test_tup in test_list %}

Patient ID : {{ test_tup.pid.pid }}

Date : {{ test_tup.date }}

Test : {{ test_tup.test }}

{% endfor %} {% else %}




                                   No pending requests!

{% endif %}
{% endblock %}