{% extends "restaurant/base.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
S/No | First Name | Middle Name | Last Name | Gender | Date Of Birth | Telephone | Insurance | Ins ID NO | Address | patient_id | patient_insurance_id | patient_code | insurance_id | Actions |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
S/No | First Name | Middle Name | Last Name | Gender | Date Of Birth | Telephone | Insurance | Ins ID NO | Address | patient_id | patient_insurance_id | patient_code | insurance_id | Actions |
{{forloop.counter}} | {{p.firstName}} | {{p.middleName}} | {{p.lastName}} | {{p.gender}} | {{p.dob}} | {{p.telephone}} | {{p.insuranceName}} | {{p.cardNo}} | {{p.address}} | {{p.patientId}} | {{p.patientInsuranceId}} | {{p.patientCode}} | {{p.insuranceId}} | edit delete remove |