{% extends "base.html" %}{% set active="schedule" %} {% block title %}Book Appointment{% endblock %} {% block page_title %}Book an Appointment{% endblock %} {% block content %} {% if msg %}
{{ msg[1] }}
{% endif %}
Request an Appointment
ℹ️ Your appointment request will be confirmed by our reception team. You'll see it under My Appointments once booked.
Doctor Availability
🩺

Select a doctor to see their availability.

{% endblock %}