{% 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 %}
User Image

Dr. {{doctor.name}}

{{doctor.department_name.hospital_department_name}}

{{doctor.hospital_name}}

{{doctor.specialization.specialization_name}}

{% comment %}
(35)
{% endcomment %}

Pune, Maharashtra, India

{% comment %}
obgyn specialist ultra sonogram
{% endcomment %}
    {% comment %}
  • 99%
  • 35 Feedback
  • {% endcomment %}
  • Pune, Maharashtra, India
  • Rs. {{doctor.consultation_fee}}
{% if user.is_authenticated and user.is_patient %} {% endif %}

About Me

{{doctor.description}}

Education

    {% for e in educations %}
  • {{e.degree}}
    {{e.institute}}
    {{e.year_of_completion}}
  • {% endfor %}

Work & Experience

    {% for e in experiences %}
  • {{e.designation}} {{ e.work_place_name }} {{ e.from_year }} - {{e.to_year}}
  • {% endfor %}

Visiting Time

  • {{doctor.visiting_hour}}
logo
{% if user.is_authenticated and user.is_patient %}

Write a review for Dr. {{doctor.name}}

{% csrf_token %}

Review

{% endif %} {% if user.is_authenticated and user.is_doctor %}

    Review

      {% for review in doctor_review %}
    • User Image

      {{review.message}}

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