{% extends "base.html"%} {% load static %} {% block extrajs %} {% endblock extrajs %} {% block extracss %} {% endblock extracss %} {% block content %}

About Hospital

  • Email : {{profile.0.email}}
  • Phone : {{profile.0.phone}}
  • Beds Capacity : {{profile.0.beds_count}}
  • City : {{profile.0.city}}
  • Country : {{profile.0.country}}

Doctors

{% csrf_token %}
_
Note: Please be carefully while adding slots

* Slot start time must be always smaller then end time.

* Different Slot timings should not overlap.

* Increase Availabilty time from first slot to last slot.

* Add time in 24 Hrs format.

{% csrf_token %}
_
Note: Please be carefully while adding slots-

* Slot start time must be always smaller then end time.

* Different Slot timings should not overlap.

* Increase Availabilty time from first slot to last slot.

* Add time in 24 Hrs format.

{% csrf_token %}
{% endblock content %}