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

Appointment cancelled

Hello {{ patient_name }},

Your appointment at {{ clinic_name | default('DentalPin') }} has been cancelled.

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

To schedule a new appointment, please contact us.

{% endblock %}