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

Hi, welcome back!

Bed List

Bed List

{% if bed_list %} {% for bed in bed_list %} {% endfor %} {% else %} {% endif %}
ID Hospital Ward Bed_Type Bed_Count Bed_Price Sell_Price Status Action
{{ bed.id }} {{ bed.hospital.hospital_name }} {{ bed.ward.ward_name|capfirst }} {{ bed.bed_type|capfirst }} {{ bed.bed_count }} {{ bed.sale_bed_price }} {{ bed.sale_price }} {{ bed.get_status_display|capfirst }}
No Bed found
{% endblock content %}