{% extends "base.html" %} {% block title %}Appointment confirmation - {{ clinic_name | default('DentalPin') }}{% endblock %} {% block content %}

Appointment confirmation

Hello {{ patient_name }},

We confirm your appointment at {{ clinic_name | default('DentalPin') }}:

Date
{{ appointment_date }}
Time
{{ appointment_time }}
{% if professional_name %}
Professional
{{ professional_name }}
{% endif %}

If you need to reschedule or cancel, please contact us as soon as possible.

{% endblock %}