{% extends 'hospital/admin_base.html' %} {% load static %} {% block content %} A simple, clean, and responsive HTML invoice template


Hospital Management

Admit Date: {{admitDate}}
Release Date: {{todayDate}}
Days Spent: {{day}}
Patient Name : {{name}}
Patient Mobile : {{mobile}}
Patient Addres : {{address}}
Doctor Name :
{{assignedDoctorName}}
Disease and Symptoms
{{symptoms}}
Item Price
Room Charge of {{day}} Days {{roomCharge}}
Doctor Fee {{doctorFee}}
Medicine Cost {{medicineCost}}
Other Charge {{OtherCharge}}
Total Rupees : {{total}}


Download
{% endblock content %}