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

Hi, welcome back!

Bed Status List

Bed Status List

{% if bed_statuses %} {% for bed_status in bed_statuses %} {% endfor %} {% else %} {% endif %}
ID Hospital Bed Type Bed Status Action
{{ bed_status.id }} {{ bed_status.hospital.hospital_name }} {{ bed_status.bed.bed_type }} {{ bed_status.bed.bed_count }} {{ bed_status.get_status_display|capfirst }}
No Bed Status found
{% endblock content %}