{% include 'dashboards/alert/alert.html'%}
Dashboard
{{call_request_count}} Vide Chat Request
Products
{{product_count}}
Number Of Inquiry
{{total_inquiries}}
Booking
{{booking_count}}
Post
{{post_count}}
Activity Section
{% if review %}
Reviews
-
{% for r in review %}
-
{{r.patient.first_name}} {{r.patient.last_name}}
{{r.comment}}
{% endfor %}
Bookings
{% if bookings %}
{% for b in bookings %}
{% else %}
{% if b.patient.profile_image.url %}
{% endif %}
{% if b.status == 'confirmed' %}
Confirmed
{% elif b.status == 'rejected' %}
Rejected
{% else %}
In Progress
{% endif %}
{{b.patient.first_name}} {{b.patient.last_name}}
{{b.patient.user.email}}
Patient Notes: {{b.patient_note }}
No Bookings Yet
{% endif %}