{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Kila Kolis | User List

Users List

{% comment %}

All Users

{% endcomment %}
{% for doctor in doc_obj %} {% endfor %}
User ID User Name Phone Number Email Address Status Profile Status Action
{{doctor.doctor_id}}
user {{doctor.name}}
{{doctor.phone_number}} {{doctor.email}} {% if doctor.status == 1 %}Active {% else %}InActive {% endif %} {{doctor.account_status}}
{% if doc_obj %}
{% endif %}
{% endblock %}