{% extends "base.html" %} {% block content %}
Clear active patients, free up rooms, and process final billing.
| Patient | Room | Action |
|---|---|---|
| {{ a.patient_name }} | {{ a.room_number }} ({{ a.room_type }}) | |
| No active admissions pending discharge. | ||
| Patient | Date | Total Bill | Status |
|---|---|---|---|
| {{ d.patient_name }} | {{ d.discharge_date }} | ₹{{ d.total_bill }} | {{ d.payment_status }} |
| No historical discharge records found. | |||