{% load static %} HealthStack {% if user.is_authenticated %}
{% if user.is_authenticated and user.is_patient %} {% include 'patient_navbar.html' %} {% endif %} {% if user.is_authenticated and user.is_doctor %} {% include 'doctor-navbar.html' %} {% endif %}
{% if user.is_authenticated and user.is_patient %} {% include 'patient-sidebar.html' %} {% endif %} {% if user.is_authenticated and user.is_doctor %} {% include 'doctor-sidebar.html' %} {% endif %}

Test Information

{% for t in tests %} {% endfor %}
Test Name Test ID
{{t.test_name}} {{t.test_id}}
{% include 'footer.html' %} {% else %}

You are not logged in

{% endif %}