{% 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 %}
{% for doctor in doctors %}

Dr. {{doctor.name}}

{{ doctor.department_name.hospital_department_name }}

Speciality{{ doctor.specialization.specialization_name }}
(17)

{{doctor.hospital_name}}

Dental Fillings Whitneing
  • 98%
  • 17 Feedback
  • Dhaka, Bangladesh
  • {{doctor.consultation_fee}} BDT
View Profile {% if user.is_authenticated and user.is_patient %} Book Appointment {% endif %}
{% endfor %}
{% include 'footer.html' %}