{% extends 'admin_base_layout.html' %} {% load static %} {% block content %}
| User ID | User Name | Phone Number | Email Address | Created at | Status | Action |
|---|---|---|---|---|---|---|
| {{doctor.id}} | {{doctor.country_code}}   {{doctor.phone_number}} | {{doctor.email}} | {{doctor.created_at}} | {% if doctor.status == 1 %}Active {% else %}InActive {% endif %} | ||
| No users found. | ||||||