Fortuneteller Reports
Fortuneteller Report Lists
{% if user_appointments %}
{% else %}
| Fortuneteller Name | Date | Appointments Recived | Status | Action | |
|---|---|---|---|---|---|
{{ appoint.fortune_teller__first_name }} {{ appoint.fortune_teller__last_name }} |
{{ appoint.fortune_teller__email }} | {{ appoint.fortune_teller__created_at|date:"d M Y" }} | {{ appoint.total_appointments }} | {% if appoint.fortune_teller__status == 1 %} Active {% else %} Inactive {% endif %} |
No Data Found
{% endif %}
