{% extends "navbar.html" %} {% block title %} Slot Booking {% endblock title %}
{% block body %}
| 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}} |