{% extends "base.html" %} {% block content %}
| # ID | Name | Department | Specialization | Contact | Consultation Fee | Actions |
|---|---|---|---|---|---|---|
| DOC-{{ "%03d" | format(doc.doctor_id) }} |
|
{{ doc.dept_name }} | {{ doc.specialization[:30] + '...' if doc.specialization|length > 30 else doc.specialization }} | {{ doc.contact_no }} | ₹{{ doc.fees }} | Schedule |
No Doctors FoundPlease add doctors to populate the directory. |
||||||