{
  "order_received_customer": "Thank you for choosing Dosa Station - {branchName}\nWe have received your order #{orderId}.\nWe are preparing your dosa fresh.",
  "order_received_customer_pickup": "Thank you for choosing Dosa Station - {branchName}\nWe have received your {orderType} order #{orderId}.\nWe will notify you when it is ready!",
  "rider_assigned_customer": "Dosa Station: Order #{orderId} is now {status}. Rider: {riderName} ({riderPhone}).",
  "rider_assigned_rider": "Dosa Station {branchName}: New delivery #{orderId}.\nStatus: {status}\nCustomer: {customerPhone}\nLocation: {locationLink}\nTotal: LKR {total}\nPayment: {paymentMethod} · {paymentStatus}",
  "order_received_admin": "Dosa Station {branchName}: New order #{orderId}.\nCustomer: {customerPhone}\nLocation: {locationLink}\nTotal: LKR {total}\nPayment: {paymentStatus}\nDetails: {adminOrderUrl}",
  "status_update_customer": "Dosa Station: Order #{orderId} is now {status}. Tracking: {tracking}.",
  "order_completed_customer": "Thank you for choosing Dosa Station! Order #{orderId} is completed. You earned {redPointsEarned} Red points. Balance: {redPointsBalance} Red points.",
  "reservation_received_customer": "Dosa Station: Your dine-in reservation #{reservationId} is received. Time: {reservationTime}. We will confirm shortly.",
  "reservation_received_admin": "Dosa Station {branchName}: New reservation #{reservationId}. Customer: {customerPhone}. Tables: {tableCount} · {tableSize} seats. Time: {reservationTime}.",
  "reservation_approved_customer": "Dosa Station: Reservation #{reservationId} is approved. Time: {reservationTime}. Table number: {tableNumbers}.",
  "reservation_approved_admin": "Dosa Station {branchName}: Reservation #{reservationId} approved. Customer: {customerPhone}. Table number: {tableNumbers}. Time: {reservationTime}.",
  "reservation_status_customer": "Dosa Station: Reservation #{reservationId} is {status}. Time: {reservationTime}. Table number: {tableNumbers}.",
  "reservation_status_admin": "Dosa Station {branchName}: Reservation #{reservationId} is {status}. Customer: {customerPhone}. Table number: {tableNumbers}. Time: {reservationTime}.",
  "payment_status_customer": "Thank you for choosing Dosa Station - {branchName}\nPayment {status} for order #{orderId} is confirmed. Amount: LKR {total}.\nDetails: {adminOrderUrl}",
  "payment_status_admin": "Dosa Station {branchName}: Payment {status} for order #{orderId}. Amount LKR {total}. {adminOrderUrl}",
  "competition_application_customer": "Dosa Station: Your application #{applicationId} for {competitionTitle} was received. We will contact you soon.",
  "competition_application_admin": "Dosa Station: New competition application #{applicationId} for {competitionTitle}.\nName: {applicantName}\nPhone: {applicantPhone}\nEmail: {applicantEmail}"
}
