{% extends 'base.html' %} {% block content %}
Total Users{{ stats.total_users }}
Doctors{{ stats.doctors }}
Patients{{ stats.patients }}
Total Appointments{{ stats.appointments }}
Scheduled{{ stats.scheduled }}
Completed{{ stats.completed }}
Cancelled{{ stats.cancelled }}
No Show{{ stats.no_show }}

Recent Admin Activity

{% for log in logs %} {% endfor %}
ActionEntityTarget IDDetailsWhen
{{ log.action }} {{ log.entity_type }} {{ log.entity_id }} {{ log.details }} {{ log.created_at }}
{% endblock %}