{% load static %} HealthStack
{% 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 %}

All Departments


{% for department in departments %}
Card Image

{{department.hospital_department_name}}

{% endfor %}
{% include 'footer.html' %}