{
  "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!",
  "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}.",
  "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}."
}