{% include 'dashboards/alert/clinic-alert.html'%}
Dashboard
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 %}
{% if booking %}
{% for b in booking %}
{% endfor %}
{% 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|slice:50 }} ...
No Bookings Yet
{% endif %}Staff
Add Staff
{% if staff %}
{% for s in staff %}
{% endfor %}
{% else%}
{{s.first_name}} {{s.last_name}}
{{s.specialities}}
{{s.get_type_display}}
{{s.full_address}}
No Staff Yet
{% endif %}