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

Appointment reminder

Hello {{ patient_name }},

This is a friendly reminder of your upcoming appointment at {{ clinic_name | default('DentalPin') }}:

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

Please arrive a few minutes early. If you need to reschedule, contact us as soon as possible.

{% endblock %}