{% load i18n %} {% translate 'Appointment Reminder' %}

{% translate 'Appointment Reminder' %}

{% translate 'Dear' %} {{ first_name }},

{% translate 'This is a reminder for your upcoming appointment' %}.

{% translate 'Service' %}: {{ appointment.get_service_name }}

{% translate 'Date' %}: {{ appointment.appointment_request.date }}

{% translate 'Time' %}: {{ appointment.appointment_request.start_time }}

{% translate 'Location' %}: {{ appointment.address }}

{% translate 'If you have any questions or need to reschedule, please contact us' %}.

{% translate 'Thank you for choosing us' %}!