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


{% csrf_token %}

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 (Per Day)
Doctor Fee
Medicine Cost
Other Charge
{% endblock content %}