{% load static %} All Hospital {% include "sidebar/sidebar.html" %}
{% if all_data %} {% for data in all_data %} {% if data.status == 1 %} {% else %} {% endif %} {% endfor %} {% else %} There are no records in the system {% endif %}
# Hospital Name Address District City Email Mobile Status
{{data.id}} {{data.hospital_name}} {{data.address}} {{data.district}} {{data.city}} {{data.email}} {{data.mobile}} ActiveInactive