{% extends 'admin/master.html' %} {% load static %} {% block content %}

Hi, welcome back!

Hospital List

Hospitals List

{% if hospital_list %} {% for hospital in hospital_list %} {% endfor %} {% else %} {% endif %}
ID Hospital Name Hospital Logo Phone Number User Name Email Address Status Action
{{ hospital.id }} {{ hospital.hospital_name }} {% if hospital.hospital_logo %} Hospital Logo {% else %} Default Hospital Logo {% endif %} {{ hospital.phone_number }} {{ hospital.user.username }} {{ hospital.user.email }} {{ hospital.address }} {{ hospital.get_status_display|capfirst }}
No hospital found
{% endblock content %}