{% load i18n %} {% translate 'Appointment Request Notification' %}

{% translate 'New Appointment Request' %}

{% translate 'Dear Admin,' %}

{% translate 'You have received a new appointment request. Here are the details:' %}

{% translate 'Client Name' %}: {{ client_name }}

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

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

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

{% translate 'Contact Details' %}: {{ appointment.phone }} | {{ client_email }}

{% translate 'Additional Info' %}: {{ appointment.additional_info|default:"N/A" }}

{% translate 'Please review the appointment request and take the necessary action.' %}