{% 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

{{hospitals.name}}

{{hospitals.hospital_type}} Hospital

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

{{hospitals.address}}

childrens special Always available emergency doctors
    {% comment %}
  • 99%
  • 35 Feedback
  • {% endcomment %}
  • Dhaka, Bangladesh

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

About Our Hospital

{{hospitals.description}}

Departments

    {% for department in departments %}
  • {{department.hospital_department_name}}

  • {% endfor %}

Services

    {% for service in services %}
  • {{service.service_name}}
  • {% endfor %}

Specializations

    {% for specialization in specializations %}
  • {{specialization.specialization_name}}
  • {% endfor %}

{{hospitals.name}}

{{hospital.hospital_type}}

{{hospitals.address}}
Get Directions

Emails

{{hospitals.email}}

Contact

{{hospitals.phone_number}}

General Bed {{hospitals.general_bed_no}}
Regular Cabin {{hospitals.regular_cabin_no}}
ICU {{hospitals.available_icu_no}}
Emergency Cabin {{hospitals.emergency_cabin_no}}
VIP room {{hospitals.vip_cabin_no}}
{% include 'footer.html' %}