{% extends "navbar.html" %} {% block title %} Slot Booking {% endblock title %} {% block body %}




Book Bed Slot

{% include "message.html" %}

Covid Care Center


Available Beds

{% for post in query %} {% endfor %}
Hospital Code Hospital Name Normal Bed HICU Bed I.C.U Bed Ventilator Bed
{{post.hcode}} {{post.hname}} {{post.normalbed}} {{post.hicubed}} {{post.icubed}} {{post.vbed}}
{% endblock body %}