{% trans "See you soon" %} !
{% trans "Appointment Details" %}:
- {% trans 'Service' %}: {{ appointment.get_service_name }}
- {% trans 'Appointment ID' %}: {{ appointment.id_request }}
- {% trans 'Appointment Date' %}: {{ appointment.get_appointment_date }}
- {% trans 'Appointment Time' %}: {{ appointment.get_start_time }}
- {% trans 'Duration' %}: {{ appointment.get_service_duration }}