{% extends 'admin/master.html' %} {% load static %} {% block content %}

Doctor Documents

Doctor Documents

{% for doctor in doctor_doc_list %} {% endfor %}
Id Doctor Name Profile Image Resume Medical License Certification Other Documents Documents Approve Status Action
{{ doctor.id }} {{ doctor.dr_name }} {% if doctor.profile_img %} Profile Image {% else %} No Image {% endif %} {% if doctor.resume %} View {% else %} No Resume {% endif %} {% if doctor.medical_license_doc %} View {% else %} No License {% endif %} {% if doctor.certification %} View {% else %} No Certification {% endif %} {% if doctor.other %} View {% else %} No Documents {% endif %} {{ doctor.get_document_approve_status_display|default:"Inactive" }}
{% endblock content %}