{% extends "base.html" %}{% set active="dashboard" %}{% block title %}Reception Dashboard{% endblock %}{% block page_title %}Reception Dashboard{% endblock %} {% block content %}
| Time | Patient | Phone | Doctor | Service | Status | Actions |
|---|---|---|---|---|---|---|
| {{ a.appointment_datetime[11:16] }} | {{ a.patient_name }} | {{ a.phone or '—' }} | {{ a.doctor_name }} | {{ a.service_name or '—' }} | {{ a.status }} | Edit |
No appointments today.