{% load i18n %}
{% 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 need to reschedule, please click the link below or contact us for further assistance.' %}
{% translate 'Reschedule Appointment' %}
{% translate 'Thank you for choosing us' %}!