{% extends "navbar.html" %} {% block title %} Add Hospital Information {% endblock title %} {% block body %}




Add Hospital Data

{% include "message.html" %}

Covid Care Center


...
Hospital Data
  • Hospital Code :{{postsdata.hcode}}
  • Hospital Name :{{postsdata.hname}}
  • Normal Beds Available :{{postsdata.normalbed}}
  • H.I.C.U Beds Available:{{postsdata.hicubed}}
  • I.C.U Beds Available :{{postsdata.icubed}}
  • Ventilators Beds Available : {{postsdata.vbed}}
{% endblock body %}